Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemremap.h131 void vmem_altmap_free(struct vmem_altmap *altmap, unsigned long nr_pfns);
156 static inline void vmem_altmap_free(struct vmem_altmap *altmap, in vmem_altmap_free() function
/Linux-v4.19/arch/powerpc/mm/
Dinit_64.c285 vmem_altmap_free(altmap, nr_pages); in vmemmap_free()
/Linux-v4.19/kernel/
Dmemremap.c294 void vmem_altmap_free(struct vmem_altmap *altmap, unsigned long nr_pfns) in vmem_altmap_free() function
/Linux-v4.19/arch/x86/mm/
Dinit_64.c838 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()