Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmemremap.h134 void vmem_altmap_free(struct vmem_altmap *altmap, unsigned long nr_pfns);
164 static inline void vmem_altmap_free(struct vmem_altmap *altmap, in vmem_altmap_free() function
/Linux-v5.4/arch/powerpc/mm/
Dinit_64.c309 vmem_altmap_free(altmap, nr_pages); in vmemmap_free()
/Linux-v5.4/mm/
Dmemremap.c374 void vmem_altmap_free(struct vmem_altmap *altmap, unsigned long nr_pfns) in vmem_altmap_free() function
/Linux-v5.4/arch/x86/mm/
Dinit_64.c898 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()