Searched refs:memmap_on_memory (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/dax/
H A Dcxl.c29 .memmap_on_memory = true,
H A Ddax-private.h73 bool memmap_on_memory; member in struct:dev_dax
H A Dbus.h26 bool memmap_on_memory; member in struct:dev_dax_data
H A Dpmem.c66 .memmap_on_memory = false,
H A Dkmem.c185 if (dev_dax->memmap_on_memory)
H A Dbus.c400 .memmap_on_memory = false,
1357 return sysfs_emit(buf, "%d\n", dev_dax->memmap_on_memory);
1373 dev_dbg(dev, "memmap_on_memory is not available\n");
1381 if (dev_dax->memmap_on_memory != val && dev->driver &&
1387 dev_dax->memmap_on_memory = val;
1392 static DEVICE_ATTR_RW(memmap_on_memory);
1526 dev_dax->memmap_on_memory = data->memmap_on_memory;
/linux-master/drivers/dax/hmem/
H A Dhmem.c39 .memmap_on_memory = false,
/linux-master/mm/
H A Dmemory_hotplug.c62 * In "forced" memmap_on_memory mode, we add extra pages to align the
74 * memory_hotplug.memmap_on_memory parameter
115 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"
654 * When using memmap_on_memory, the range might not be aligned to
1159 * memmap_on_memory is an exception because it reserves initial part
1396 * For memmap_on_memory, the altmaps were added on a per-memblock
1957 * memmap_on_memory is an exception because it reserves initial part

Completed in 110 milliseconds