Home
last modified time | relevance | path

Searched refs:mhp_deinit_memmap_on_memory (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmemory_hotplug.h158 extern void mhp_deinit_memmap_on_memory(unsigned long pfn, unsigned long nr_pages);
/openbmc/linux/drivers/base/
H A Dmemory.c221 mhp_deinit_memmap_on_memory(start_pfn, nr_vmemmap_pages); in memory_block_online()
275 mhp_deinit_memmap_on_memory(start_pfn, nr_vmemmap_pages); in memory_block_offline()
/openbmc/linux/mm/
H A Dmemory_hotplug.c1114 void mhp_deinit_memmap_on_memory(unsigned long pfn, unsigned long nr_pages) in mhp_deinit_memmap_on_memory() function