Searched refs:memmap_on_memory (Results 1 – 9 of 9) sorted by relevance
138 What: /sys/bus/dax/devices/daxX.Y/memmap_on_memory143 (RW) Control the memmap_on_memory setting if the dax device146 device being hotplugged (memmap_on_memory=1) or if it will be147 placed on regular memory (memmap_on_memory=0). This attribute151 memmap_on_memory parameter for memory_hotplug. This is153 memory_hotplug.memmap_on_memory set to 'true' or 'force'."
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
54 - :code:`/sys_module/memory_hotplug/parameters/memmap_on_memory`55 - :code:`/sys/bus/dax/devices/daxN.Y/memmap_on_memory`
29 .memmap_on_memory = true, in cxl_dax_region_probe()
26 bool memmap_on_memory; member
91 bool memmap_on_memory; member
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()
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"
1989 memory block itself when memory_hotplug.memmap_on_memory is3719 memory_hotplug.memmap_on_memory3734 /sys/module/memory_hotplug/parameters/memmap_on_memory.