Home
last modified time | relevance | path

Searched refs:need_mapping (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dmemory_hotplug.h122 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping);
123 struct range mhp_get_pluggable_range(bool need_mapping);
/openbmc/linux/mm/
H A Dmemory_hotplug.c1611 struct range mhp_get_pluggable_range(bool need_mapping) in mhp_get_pluggable_range() argument
1616 if (need_mapping) { in mhp_get_pluggable_range()
1631 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping) in mhp_range_allowed() argument
1633 struct range mhp_range = mhp_get_pluggable_range(need_mapping); in mhp_range_allowed()