Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmemory_hotplug.h120 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping);
121 struct range mhp_get_pluggable_range(bool need_mapping);
/linux-6.1.9/mm/
Dmemory_hotplug.c1531 struct range mhp_get_pluggable_range(bool need_mapping) in mhp_get_pluggable_range() argument
1536 if (need_mapping) { in mhp_get_pluggable_range()
1551 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping) in mhp_range_allowed() argument
1553 struct range mhp_range = mhp_get_pluggable_range(need_mapping); in mhp_range_allowed()