Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemory_hotplug.h129 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping);
130 struct range mhp_get_pluggable_range(bool need_mapping);
/linux-5.19.10/mm/
Dmemory_hotplug.c1533 struct range mhp_get_pluggable_range(bool need_mapping) in mhp_get_pluggable_range() argument
1538 if (need_mapping) { in mhp_get_pluggable_range()
1553 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping) in mhp_range_allowed() argument
1555 struct range mhp_range = mhp_get_pluggable_range(need_mapping); in mhp_range_allowed()