Lines Matching refs:altmap

996 		struct vmem_altmap *altmap)  in free_hugepage_table()  argument
998 if (altmap) in free_hugepage_table()
999 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()
1103 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument
1121 altmap); in remove_pmd_table()
1131 altmap); in remove_pmd_table()
1152 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument
1176 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table()
1186 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() argument
1202 remove_pud_table(pud_base, addr, next, altmap, direct); in remove_p4d_table()
1219 struct vmem_altmap *altmap) in remove_pagetable() argument
1234 remove_p4d_table(p4d, addr, next, altmap, direct); in remove_pagetable()
1241 struct vmem_altmap *altmap) in vmemmap_free() argument
1246 remove_pagetable(start, end, false, altmap); in vmemmap_free()
1258 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory() argument
1263 __remove_pages(start_pfn, nr_pages, altmap); in arch_remove_memory()
1536 unsigned long end, int node, struct vmem_altmap *altmap) in vmemmap_populate_hugepages() argument
1564 p = vmemmap_alloc_block_buf(PMD_SIZE, node, altmap); in vmemmap_populate_hugepages()
1590 } else if (altmap) in vmemmap_populate_hugepages()
1604 struct vmem_altmap *altmap) in vmemmap_populate() argument
1614 err = vmemmap_populate_hugepages(start, end, node, altmap); in vmemmap_populate()
1615 else if (altmap) { in vmemmap_populate()