Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmemory_hotplug.h158 extern void mhp_deinit_memmap_on_memory(unsigned long pfn, unsigned long nr_pages);
/Linux-v6.6/drivers/base/
Dmemory.c217 mhp_deinit_memmap_on_memory(start_pfn, nr_vmemmap_pages); in memory_block_online()
265 mhp_deinit_memmap_on_memory(start_pfn, nr_vmemmap_pages); in memory_block_offline()
/Linux-v6.6/mm/
Dmemory_hotplug.c1112 void mhp_deinit_memmap_on_memory(unsigned long pfn, unsigned long nr_pages) in mhp_deinit_memmap_on_memory() function