Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/ABI/testing/
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-6.12.1/drivers/dax/
Dcxl.c29 .memmap_on_memory = true, in cxl_dax_region_probe()
Dbus.h26 bool memmap_on_memory; member
Ddax-private.h73 bool memmap_on_memory; member
Dpmem.c66 .memmap_on_memory = false, in __dax_pmem_probe()
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()
Dkmem.c163 if (dev_dax->memmap_on_memory) in dev_dax_kmem_probe()
/linux-6.12.1/drivers/dax/hmem/
Dhmem.c39 .memmap_on_memory = false, in dax_hmem_probe()
/linux-6.12.1/mm/
Dmemory_hotplug.c115 module_param_cb(memmap_on_memory, &memmap_mode_ops, &memmap_mode, 0444);
116 MODULE_PARM_DESC(memmap_on_memory, "Enable memmap on memory for memory hotplug\n"
/linux-6.12.1/Documentation/admin-guide/mm/
Dmemory-hotplug.rst423 memory_hotplug.memmap_on_memory=1
432 ``memmap_on_memory`` read-write: Allocate memory for the memmap from
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt1890 memory block itself when memory_hotplug.memmap_on_memory is
3419 memory_hotplug.memmap_on_memory
3434 /sys/module/memory_hotplug/parameters/memmap_on_memory.