Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemory_hotplug.h83 typedef int __bitwise mhp_t; typedef
86 #define MHP_NONE ((__force mhp_t)0)
93 #define MHP_MERGE_RESOURCE ((__force mhp_t)BIT(0))
103 #define MHP_MEMMAP_ON_MEMORY ((__force mhp_t)BIT(1))
108 #define MHP_NID_IS_MGID ((__force mhp_t)BIT(2))
333 extern int __add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags);
334 extern int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags);
336 mhp_t mhp_flags);
339 mhp_t mhp_flags);
/openbmc/linux/mm/
H A Dmemory_hotplug.c1391 int __ref add_memory_resource(int nid, struct resource *res, mhp_t mhp_flags) in add_memory_resource()
1512 int __ref __add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags) in __add_memory()
1527 int add_memory(int nid, u64 start, u64 size, mhp_t mhp_flags) in add_memory()
1561 const char *resource_name, mhp_t mhp_flags) in add_memory_driver_managed()
/openbmc/linux/drivers/acpi/
H A Dacpi_memhotplug.c173 mhp_t mhp_flags = MHP_NID_IS_MGID; in acpi_memory_enable_device()