Lines Matching refs:altmap
897 struct vmem_altmap *altmap) in free_hugepage_table() argument
899 if (altmap) in free_hugepage_table()
900 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()
1032 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument
1051 altmap); in remove_pmd_table()
1065 altmap); in remove_pmd_table()
1088 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument
1133 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table()
1143 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() argument
1159 remove_pud_table(pud_base, addr, next, altmap, direct); in remove_p4d_table()
1176 struct vmem_altmap *altmap) in remove_pagetable() argument
1191 remove_p4d_table(p4d, addr, next, altmap, direct); in remove_pagetable()
1198 struct vmem_altmap *altmap) in vmemmap_free() argument
1200 remove_pagetable(start, end, false, altmap); in vmemmap_free()
1213 struct vmem_altmap *altmap) in arch_remove_memory() argument
1218 __remove_pages(start_pfn, nr_pages, altmap); in arch_remove_memory()
1493 unsigned long end, int node, struct vmem_altmap *altmap) in vmemmap_populate_hugepages() argument
1521 p = vmemmap_alloc_block_buf(PMD_SIZE, node, altmap); in vmemmap_populate_hugepages()
1542 } else if (altmap) in vmemmap_populate_hugepages()
1555 struct vmem_altmap *altmap) in vmemmap_populate() argument
1562 err = vmemmap_populate_hugepages(start, end, node, altmap); in vmemmap_populate()
1563 else if (altmap) { in vmemmap_populate()