Searched refs:memmap_on_memory (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | sclp_mem.c | 45 unsigned int memmap_on_memory; member 228 sclp_mem->memmap_on_memory ? in sclp_config_mem_store() 275 return sysfs_emit(buf, "%u\n", READ_ONCE(sclp_mem->memmap_on_memory)); in sclp_memmap_on_memory_show() 299 WRITE_ONCE(sclp_mem->memmap_on_memory, value); in sclp_memmap_on_memory_store() 313 __ATTR(memmap_on_memory, 0644, sclp_memmap_on_memory_show, sclp_memmap_on_memory_store); 326 unsigned int id, bool config, bool memmap_on_memory) in sclp_create_mem() argument 330 sclp_mem->memmap_on_memory = memmap_on_memory; in sclp_create_mem()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-dax | 138 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 D | dax-driver.rst | 37 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 D | memory-hotplug.rst | 54 - :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 D | cxl.c | 29 .memmap_on_memory = true, in cxl_dax_region_probe()
|
| H A D | bus.h | 26 bool memmap_on_memory; member
|
| H A D | dax-private.h | 93 bool memmap_on_memory; member
|
| H A D | bus.c | 397 .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 D | memory_hotplug.c | 116 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 D | kernel-parameters.txt | 2119 memory block itself when memory_hotplug.memmap_on_memory is 3916 memory_hotplug.memmap_on_memory 3931 /sys/module/memory_hotplug/parameters/memmap_on_memory.
|