Home
last modified time | relevance | path

Searched refs:is_mem_section_removable (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dmemory_hotplug.h314 extern bool is_mem_section_removable(unsigned long pfn, unsigned long nr_pages);
321 static inline bool is_mem_section_removable(unsigned long pfn, in is_mem_section_removable() function
/Linux-v5.4/drivers/base/
Dmemory.c136 ret &= is_mem_section_removable(pfn, PAGES_PER_SECTION); in removable_show()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dhotplug-memory.c366 rc &= is_mem_section_removable(pfn, PAGES_PER_SECTION); in lmb_is_removable()
/Linux-v5.4/mm/
Dmemory_hotplug.c1187 bool is_mem_section_removable(unsigned long start_pfn, unsigned long nr_pages) in is_mem_section_removable() function