Searched refs:mhp_t (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | memory_hotplug.h | 35 typedef int __bitwise mhp_t; typedef 38 #define MHP_NONE ((__force mhp_t)0) 45 #define MHP_MERGE_RESOURCE ((__force mhp_t)BIT(0)) 55 #define MHP_MEMMAP_ON_MEMORY ((__force mhp_t)BIT(1)) 60 #define MHP_NID_IS_MGID ((__force mhp_t)BIT(2)) 292 extern int __add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags); 293 extern int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags); 295 mhp_t mhp_flags); 298 mhp_t mhp_flags);
|
| /linux/drivers/dax/ |
| H A D | kmem.c | 75 mhp_t mhp_flags; in dev_dax_kmem_probe()
|
| /linux/mm/ |
| H A D | memory_hotplug.c | 1498 int add_memory_resource(int nid, struct resource *res, mhp_t mhp_flags) in add_memory_resource() 1606 int __add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags) in __add_memory() 1621 int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags) in add_memory() 1655 const char *resource_name, mhp_t mhp_flags) in add_memory_driver_managed()
|
| /linux/drivers/acpi/ |
| H A D | acpi_memhotplug.c | 173 mhp_t mhp_flags = MHP_NID_IS_MGID; in acpi_memory_enable_device()
|