Lines Matching refs:altmap
1007 struct vmem_altmap *altmap) in free_hugepage_table() argument
1009 if (altmap) in free_hugepage_table()
1010 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()
1114 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument
1132 altmap); in remove_pmd_table()
1142 altmap); in remove_pmd_table()
1163 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument
1187 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table()
1197 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() argument
1213 remove_pud_table(pud_base, addr, next, altmap, direct); in remove_p4d_table()
1230 struct vmem_altmap *altmap) in remove_pagetable() argument
1245 remove_p4d_table(p4d, addr, next, altmap, direct); in remove_pagetable()
1252 struct vmem_altmap *altmap) in vmemmap_free() argument
1257 remove_pagetable(start, end, false, altmap); in vmemmap_free()
1269 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory() argument
1274 __remove_pages(start_pfn, nr_pages, altmap); in arch_remove_memory()
1532 struct vmem_altmap *altmap) in vmemmap_populate() argument
1542 err = vmemmap_populate_hugepages(start, end, node, altmap); in vmemmap_populate()
1543 else if (altmap) { in vmemmap_populate()