Lines Matching refs:altmap

895 		struct vmem_altmap *altmap)  in free_hugepage_table()  argument
897 if (altmap) in free_hugepage_table()
898 vmem_altmap_free(altmap, PMD_SIZE / PAGE_SIZE); in free_hugepage_table()
1030 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument
1049 altmap); in remove_pmd_table()
1063 altmap); in remove_pmd_table()
1086 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument
1131 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table()
1141 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() argument
1157 remove_pud_table(pud_base, addr, next, altmap, direct); in remove_p4d_table()
1174 struct vmem_altmap *altmap) in remove_pagetable() argument
1189 remove_p4d_table(p4d, addr, next, altmap, direct); in remove_pagetable()
1196 struct vmem_altmap *altmap) in vmemmap_free() argument
1198 remove_pagetable(start, end, false, altmap); in vmemmap_free()
1211 struct vmem_altmap *altmap) in arch_remove_memory() argument
1215 struct page *page = pfn_to_page(start_pfn) + vmem_altmap_offset(altmap); in arch_remove_memory()
1218 __remove_pages(zone, start_pfn, nr_pages, altmap); in arch_remove_memory()
1452 unsigned long end, int node, struct vmem_altmap *altmap) in vmemmap_populate_hugepages() argument
1480 if (altmap) in vmemmap_populate_hugepages()
1481 p = altmap_alloc_block_buf(PMD_SIZE, altmap); in vmemmap_populate_hugepages()
1504 } else if (altmap) in vmemmap_populate_hugepages()
1517 struct vmem_altmap *altmap) in vmemmap_populate() argument
1524 err = vmemmap_populate_hugepages(start, end, node, altmap); in vmemmap_populate()
1525 else if (altmap) { in vmemmap_populate()