Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dpgd.c57 new_p4d = p4d_alloc(mm, new_pgd + pgd_index(MODULES_VADDR), in pgd_alloc()
91 new_p4d = p4d_alloc(mm, new_pgd, 0); in pgd_alloc()
H A Dmmu.c1007 p4d = p4d_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late()
/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()
H A Dtboot.c123 p4d = p4d_alloc(&tboot_mm, pgd, vaddr); in map_tboot_page()
/linux/arch/s390/mm/
H A Dhugetlbpage.c200 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.c1467 p4d = p4d_alloc(&init_mm, pgd, addr); in preallocate_pgd_pages_range()
/linux/mm/kasan/
H A Dinit.c278 p = p4d_alloc(&init_mm, pgd, addr); in kasan_populate_early_shadow()
/linux/arch/arm64/mm/
H A Dhugetlbpage.c265 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.c590 p4dp = p4d_alloc(mm, pgdp, addr); in migrate_vma_insert_page()
H A Dmremap.c79 p4d = p4d_alloc(mm, pgd, addr); in alloc_new_pud()
H A Dmemory.c1308 dst_p4d = p4d_alloc(dst_mm, dst_pgd, addr); in copy_p4d_range()
1971 p4d = p4d_alloc(mm, pgd, addr); in walk_to_pmd()
2625 p4d = p4d_alloc(mm, pgd, addr); in remap_p4d_range()
5819 p4d = p4d_alloc(mm, pgd, address); in __handle_mm_fault()
H A Ddebug_vm_pgtable.c1222 args->p4dp = p4d_alloc(args->mm, args->pgdp, args->vaddr); in init_args()
H A Duserfaultfd.c471 p4d = p4d_alloc(mm, pgd, address); in mm_alloc_pmd()
H A Dhugetlb.c7294 p4d = p4d_alloc(mm, pgd, addr);
/linux/arch/x86/mm/
H A Dinit_64.c1307 p4d = p4d_alloc(&init_mm, pgd, addr); in preallocate_vmalloc_pages()
/linux/include/linux/
H A Dmm.h2833 static inline p4d_t *p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in p4d_alloc() function