Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmemory_hotplug.h156 extern void mhp_deinit_memmap_on_memory(unsigned long pfn, unsigned long nr_pages);
/linux-6.1.9/drivers/base/
Dmemory.c206 mhp_deinit_memmap_on_memory(start_pfn, nr_vmemmap_pages); in memory_block_online()
251 mhp_deinit_memmap_on_memory(start_pfn, nr_vmemmap_pages); in memory_block_offline()
/linux-6.1.9/mm/
Dmemory_hotplug.c1052 void mhp_deinit_memmap_on_memory(unsigned long pfn, unsigned long nr_pages) in mhp_deinit_memmap_on_memory() function