| /linux/arch/arm/mm/ |
| H A D | pgd.c | 60 new_pud = pud_alloc(mm, new_p4d, MODULES_VADDR); in pgd_alloc() 93 new_pud = pud_alloc(mm, new_p4d, 0); in pgd_alloc()
|
| H A D | mmu.c | 1005 pud = pud_alloc(mm, p4d, md->virtual); in create_mapping_late()
|
| /linux/arch/mips/mm/ |
| H A D | hugetlbpage.c | 34 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| /linux/arch/sh/mm/ |
| H A D | hugetlbpage.c | 37 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| H A D | init.c | 66 pud = pud_alloc(NULL, p4d, addr); in __get_pte_phys()
|
| /linux/arch/loongarch/mm/ |
| H A D | hugetlbpage.c | 26 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | book3e_pgtable.c | 86 pudp = pud_alloc(&init_mm, p4dp, ea); in map_kernel_page()
|
| /linux/arch/powerpc/mm/ |
| H A D | hugetlbpage.c | 56 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| /linux/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 44 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| /linux/arch/nios2/mm/ |
| H A D | ioremap.c | 97 pud = pud_alloc(&init_mm, p4d, address); in remap_area_pages()
|
| /linux/arch/s390/mm/ |
| H A D | hugetlbpage.c | 217 pudp = pud_alloc(mm, p4dp, addr); in huge_pte_alloc()
|
| /linux/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 200 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_pgtable.c | 159 pudp = pud_alloc(&init_mm, p4dp, ea); in hash__map_kernel_page()
|
| H A D | radix_pgtable.c | 155 pudp = pud_alloc(&init_mm, p4dp, ea); in __map_kernel_page() 206 pudp = pud_alloc(&init_mm, p4dp, idx); in radix__change_memory_range() 1074 return pud_alloc(&init_mm, p4dp, address); in vmemmap_pud_alloc()
|
| /linux/arch/x86/kernel/ |
| H A D | tboot.c | 126 pud = pud_alloc(&tboot_mm, p4d, vaddr); in map_tboot_page()
|
| /linux/arch/riscv/mm/ |
| H A D | hugetlbpage.c | 47 pud = pud_alloc(mm, p4d, addr); in huge_pte_alloc()
|
| /linux/mm/kasan/ |
| H A D | init.c | 209 p = pud_alloc(&init_mm, p4d, addr); in zero_p4d_populate()
|
| /linux/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 254 pudp = pud_alloc(mm, p4dp, addr); in huge_pte_alloc()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_64.c | 85 pud = pud_alloc(&init_mm, p4d, EFI_VA_END); in efi_alloc_page_tables()
|
| /linux/mm/ |
| H A D | migrate_device.c | 612 pudp = pud_alloc(mm, p4dp, addr); in migrate_vma_insert_page()
|
| H A D | mremap.c | 122 return pud_alloc(mm, p4d, addr); in alloc_new_pud()
|
| H A D | debug_vm_pgtable.c | 1178 args->pudp = pud_alloc(args->mm, args->p4dp, args->vaddr); in init_args()
|
| H A D | memory.c | 1407 dst_pud = pud_alloc(dst_mm, dst_p4d, addr); in copy_pud_range() 2207 pud = pud_alloc(mm, p4d, addr); in walk_to_pmd() 2868 pud = pud_alloc(mm, p4d, addr); in remap_pud_range() 6267 vmf.pud = pud_alloc(mm, p4d, address); in __handle_mm_fault()
|
| H A D | userfaultfd.c | 471 pud = pud_alloc(mm, p4d, address); in mm_alloc_pmd()
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 1354 pud = pud_alloc(&init_mm, p4d, addr); in preallocate_vmalloc_pages()
|