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

/linux-master/include/linux/
H A Dmemory_hotplug.h138 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping);
139 struct range mhp_get_pluggable_range(bool need_mapping);
/linux-master/mm/
H A Dmemory_hotplug.c1683 struct range mhp_get_pluggable_range(bool need_mapping) argument
1688 if (need_mapping) {
1703 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping) argument
1705 struct range mhp_range = mhp_get_pluggable_range(need_mapping);

Completed in 175 milliseconds