Lines Matching refs:altmap
997 struct vmem_altmap *altmap) in free_hugepage_table() argument
999 if (altmap) in free_hugepage_table()
1000 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()
1104 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument
1122 altmap); in remove_pmd_table()
1132 altmap); in remove_pmd_table()
1153 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument
1177 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table()
1187 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() argument
1203 remove_pud_table(pud_base, addr, next, altmap, direct); in remove_p4d_table()
1220 struct vmem_altmap *altmap) in remove_pagetable() argument
1235 remove_p4d_table(p4d, addr, next, altmap, direct); in remove_pagetable()
1242 struct vmem_altmap *altmap) in vmemmap_free() argument
1247 remove_pagetable(start, end, false, altmap); in vmemmap_free()
1259 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory() argument
1264 __remove_pages(start_pfn, nr_pages, altmap); in arch_remove_memory()
1536 struct vmem_altmap *altmap) in vmemmap_populate() argument
1546 err = vmemmap_populate_hugepages(start, end, node, altmap); in vmemmap_populate()
1547 else if (altmap) { in vmemmap_populate()