Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemory_hotplug.h245 extern int is_mem_section_removable(unsigned long pfn, unsigned long nr_pages);
251 static inline int is_mem_section_removable(unsigned long pfn, in is_mem_section_removable() function
/linux-4.4.14/drivers/base/
Dmemory.c135 ret &= is_mem_section_removable(pfn, PAGES_PER_SECTION); in show_mem_removable()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dhotplug-memory.c210 rc &= is_mem_section_removable(pfn, PAGES_PER_SECTION); in lmb_is_removable()
/linux-4.4.14/mm/
Dmemory_hotplug.c1357 int is_mem_section_removable(unsigned long start_pfn, unsigned long nr_pages) in is_mem_section_removable() function