Home
last modified time | relevance | path

Searched refs:p4d_alloc (Results 1 – 17 of 17) sorted by relevance

/linux/arch/loongarch/mm/
H A Dhugetlbpage.c25 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
/linux/arch/nios2/mm/
H A Dioremap.c94 p4d = p4d_alloc(&init_mm, dir, address); in remap_area_pages()
/linux/arch/x86/kernel/
H A Despfix_64.c115 p4d = p4d_alloc(&init_mm, pgd, ESPFIX_BASE_ADDR); in init_espfix_bsp()
/linux/arch/s390/mm/
H A Dhugetlbpage.c215 p4dp = p4d_alloc(mm, pgdp, addr); in huge_pte_alloc()
/linux/arch/riscv/mm/
H A Dhugetlbpage.c43 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
H A Dinit.c1488 p4d = p4d_alloc(&init_mm, pgd, addr); in preallocate_pgd_pages_range()
/linux/arch/arm64/mm/
H A Dhugetlbpage.c250 p4dp = p4d_alloc(mm, pgdp, addr); in huge_pte_alloc()
/linux/arch/x86/platform/efi/
H A Defi_64.c81 p4d = p4d_alloc(&init_mm, pgd, EFI_VA_END); in efi_alloc_page_tables()
/linux/mm/
H A Dmigrate_device.c609 p4dp = p4d_alloc(mm, pgdp, addr); in migrate_vma_insert_page()
H A Dmremap.c118 p4d = p4d_alloc(mm, pgd, addr); in alloc_new_pud()
H A Ddebug_vm_pgtable.c1169 args->p4dp = p4d_alloc(args->mm, args->pgdp, args->vaddr); in init_args()
H A Dmemory.c1314 dst_p4d = p4d_alloc(dst_mm, dst_pgd, addr); in copy_p4d_range()
2075 p4d = p4d_alloc(mm, pgd, addr); in walk_to_pmd()
2762 p4d = p4d_alloc(mm, pgd, addr); in remap_p4d_range()
6120 p4d = p4d_alloc(mm, pgd, address); in __handle_mm_fault()
H A Duserfaultfd.c468 p4d = p4d_alloc(mm, pgd, address); in mm_alloc_pmd()
H A Dhugetlb.c7653 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
/linux/arch/x86/mm/
H A Dinit_64.c1318 p4d = p4d_alloc(&init_mm, pgd, addr); in preallocate_vmalloc_pages()
/linux/arch/arm/mm/
H A Dmmu.c1002 p4d = p4d_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late()
/linux/include/linux/
H A Dmm.h2828 static inline p4d_t *p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in p4d_alloc() function