Home
last modified time | relevance | path

Searched refs:memmap_on_memory (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-dax138 What: /sys/bus/dax/devices/daxX.Y/memmap_on_memory
143 (RW) Control the memmap_on_memory setting if the dax device
146 device being hotplugged (memmap_on_memory=1) or if it will be
147 placed on regular memory (memmap_on_memory=0). This attribute
151 memmap_on_memory parameter for memory_hotplug. This is
153 memory_hotplug.memmap_on_memory set to 'true' or 'force'."
/linux/Documentation/driver-api/cxl/linux/
H A Ddax-driver.rst37 The :code:`memmap_on_memory` setting (both global and DAX device local)
39 for this memory will come from. If :code:`memmap_on_memory` is set, memory
H A Dmemory-hotplug.rst54 - :code:`/sys_module/memory_hotplug/parameters/memmap_on_memory`
55 - :code:`/sys/bus/dax/devices/daxN.Y/memmap_on_memory`
/linux/drivers/dax/
H A Dcxl.c29 .memmap_on_memory = true, in cxl_dax_region_probe()
H A Dbus.h26 bool memmap_on_memory; member
H A Ddax-private.h91 bool memmap_on_memory; member
H A Dbus.c397 .memmap_on_memory = false, in create_store()
1327 return sysfs_emit(buf, "%d\n", dev_dax->memmap_on_memory); in memmap_on_memory_show()
1351 if (dev_dax->memmap_on_memory != val && dev->driver && in memmap_on_memory_store()
1357 dev_dax->memmap_on_memory = val; in memmap_on_memory_store()
1362 static DEVICE_ATTR_RW(memmap_on_memory);
1496 dev_dax->memmap_on_memory = data->memmap_on_memory; in __devm_create_dev_dax()
/linux/mm/
H A Dmemory_hotplug.c116 module_param_cb(memmap_on_memory, &memmap_mode_ops, &memmap_mode, 0444);
117 MODULE_PARM_DESC(memmap_on_memory, "Enable memmap on memory for memory hotplug\n"
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1989 memory block itself when memory_hotplug.memmap_on_memory is
3719 memory_hotplug.memmap_on_memory
3734 /sys/module/memory_hotplug/parameters/memmap_on_memory.