Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mm/
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()
Dmmu.c1007 p4d = p4d_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late()
/linux-6.12.1/arch/mips/mm/
Dhugetlbpage.c33 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
/linux-6.12.1/arch/sh/mm/
Dhugetlbpage.c35 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
Dinit.c60 p4d = p4d_alloc(NULL, pgd, addr); in __get_pte_phys()
/linux-6.12.1/arch/loongarch/mm/
Dhugetlbpage.c25 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
/linux-6.12.1/arch/nios2/mm/
Dioremap.c94 p4d = p4d_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-6.12.1/arch/x86/kernel/
Despfix_64.c115 p4d = p4d_alloc(&init_mm, pgd, ESPFIX_BASE_ADDR); in init_espfix_bsp()
Dtboot.c123 p4d = p4d_alloc(&tboot_mm, pgd, vaddr); in map_tboot_page()
/linux-6.12.1/arch/s390/mm/
Dhugetlbpage.c200 p4dp = p4d_alloc(mm, pgdp, addr); in huge_pte_alloc()
/linux-6.12.1/arch/riscv/mm/
Dhugetlbpage.c43 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
Dinit.c1467 p4d = p4d_alloc(&init_mm, pgd, addr); in preallocate_pgd_pages_range()
/linux-6.12.1/mm/kasan/
Dinit.c284 p = p4d_alloc(&init_mm, pgd, addr); in kasan_populate_early_shadow()
/linux-6.12.1/arch/arm64/mm/
Dhugetlbpage.c265 p4dp = p4d_alloc(mm, pgdp, addr); in huge_pte_alloc()
/linux-6.12.1/arch/x86/platform/efi/
Defi_64.c81 p4d = p4d_alloc(&init_mm, pgd, EFI_VA_END); in efi_alloc_page_tables()
/linux-6.12.1/mm/
Dmigrate_device.c590 p4dp = p4d_alloc(mm, pgdp, addr); in migrate_vma_insert_page()
Dmremap.c79 p4d = p4d_alloc(mm, pgd, addr); in alloc_new_pud()
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()
5834 p4d = p4d_alloc(mm, pgd, address); in __handle_mm_fault()
Ddebug_vm_pgtable.c1222 args->p4dp = p4d_alloc(args->mm, args->pgdp, args->vaddr); in init_args()
Duserfaultfd.c471 p4d = p4d_alloc(mm, pgd, address); in mm_alloc_pmd()
Dhugetlb.c7294 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
/linux-6.12.1/arch/x86/mm/
Dinit_64.c1307 p4d = p4d_alloc(&init_mm, pgd, addr); in preallocate_vmalloc_pages()
/linux-6.12.1/include/linux/
Dmm.h2833 static inline p4d_t *p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in p4d_alloc() function