Home
last modified time | relevance | path

Searched refs:mhp_supports_memmap_on_memory (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/
Dmemory_hotplug.h92 bool mhp_supports_memmap_on_memory(void);
232 static inline bool mhp_supports_memmap_on_memory(void) in mhp_supports_memmap_on_memory() function
/linux-6.14.4/mm/
Dmemory_hotplug.c1366 bool mhp_supports_memmap_on_memory(void) in mhp_supports_memmap_on_memory() function
1414 EXPORT_SYMBOL_GPL(mhp_supports_memmap_on_memory);
1550 mhp_supports_memmap_on_memory()) { in add_memory_resource()
/linux-6.14.4/drivers/dax/
Dbus.c1342 if (val == true && !mhp_supports_memmap_on_memory()) { in memmap_on_memory_store()