| /linux/arch/arm/mm/ |
| H A D | pgd.c | 72 init_p4d = p4d_offset(init_pgd, TASK_SIZE); in pgd_alloc() 115 init_p4d = p4d_offset(init_pgd, 0); in pgd_alloc() 155 p4d = p4d_offset(pgd, 0); in pgd_free() 191 p4d = p4d_offset(pgd, 0); in pgd_free()
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | book3e_pgtable.c | 85 p4dp = p4d_offset(pgdp, ea); in map_kernel_page() 97 p4dp = p4d_offset(pgdp, ea); in map_kernel_page()
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 184 p4d_ref = p4d_offset(pgd_ref, addr); in sync_global_pgds_l4() 196 p4d = p4d_offset(pgd, addr); in sync_global_pgds_l4() 272 if (p4d != p4d_offset(pgd, 0)) in fill_p4d() 274 p4d, p4d_offset(pgd, 0)); in fill_p4d() 276 return p4d_offset(pgd, vaddr); in fill_p4d() 357 p4d_page = p4d_offset(pgd, 0); in set_pte_vaddr() 403 p4d = p4d_offset(pgd, (unsigned long)__va(phys)); in __init_extra_mapping() 777 p4d_populate_init(&init_mm, p4d_offset(pgd, vaddr), in __kernel_physical_mapping_init() 1266 p4d = p4d_offset(pgd, 0); in remove_pagetable() 1605 p4d = p4d_offset(pgd, addr); in register_page_bootmem_memmap()
|
| H A D | kasan_init_64.c | 134 p4d = p4d_offset(pgd, addr); in kasan_populate_pgd() 183 p4d_clear(p4d_offset(pgd, start)); in clear_pgds() 188 p4d_clear(p4d_offset(pgd, start)); in clear_pgds() 252 p4d = p4d_offset(pgd, addr); in kasan_shallow_populate_p4ds()
|
| H A D | pti.c | 197 return p4d_offset(pgd, address); in pti_user_pagetable_walk_p4d() 338 p4d = p4d_offset(pgd, addr); in pti_clone_pgtable() 439 kernel_p4d = p4d_offset(kernel_pgd, addr); in pti_clone_p4d()
|
| H A D | ident_map.c | 52 p4d_t *p4d = p4d_offset(pgd, 0); in free_p4d() 199 p4d = p4d_offset(pgd, 0); in kernel_ident_mapping_init()
|
| H A D | fault.c | 194 p4d = p4d_offset(pgd, address); in vmalloc_sync_one() 195 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one() 311 p4d = p4d_offset(pgd, address); in dump_pagetable() 367 p4d = p4d_offset(pgd, address); in dump_pagetable() 1006 p4d = p4d_offset(pgd, address); in spurious_kernel_fault()
|
| /linux/arch/m68k/mm/ |
| H A D | kmap.c | 70 p4d_dir = p4d_offset(pgd_dir, virtaddr); in __free_io_area() 258 p4d_dir = p4d_offset(pgd_dir, virtaddr); in __ioremap() 364 p4d_dir = p4d_offset(pgd_dir, virtaddr); in kernel_set_cachemode()
|
| /linux/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 43 p4d = p4d_offset(pgd, addr); in huge_pte_alloc() 66 p4d = p4d_offset(pgd, addr); in huge_pte_offset()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 45 p4d = p4d_offset(pgd, address); in handle_kernel_vaddr_fault() 46 p4d_k = p4d_offset(pgd_k, address); in handle_kernel_vaddr_fault()
|
| /linux/arch/x86/power/ |
| H A D | hibernate_32.c | 42 p4d = p4d_offset(pgd, 0); in resume_one_md_table_init() 47 p4d = p4d_offset(pgd, 0); in resume_one_md_table_init()
|
| /linux/mm/kasan/ |
| H A D | init.c | 185 p4d_t *p4d = p4d_offset(pgd, addr); in zero_p4d_populate() 256 p4d = p4d_offset(pgd, addr); in kasan_populate_early_shadow() 474 p4d = p4d_offset(pgd, addr); in kasan_remove_zero_shadow() 476 kasan_free_p4d(p4d_offset(pgd, 0), pgd); in kasan_remove_zero_shadow()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 398 #define p4d_offset p4d_offset macro 399 p4d_t *p4d_offset(pgd_t *pgd, unsigned long address);
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 69 p4d = p4d_offset(pgd, addr); in show_pte() 134 p4d = p4d_offset(pgd, address); in vmalloc_sync_one() 135 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one()
|
| /linux/arch/nios2/mm/ |
| H A D | fault.c | 243 p4d = p4d_offset(pgd, address); in do_page_fault() 244 p4d_k = p4d_offset(pgd_k, address); in do_page_fault()
|
| /linux/arch/powerpc/mm/kasan/ |
| H A D | init_book3e_64.c | 41 p4dp = p4d_offset(pgdp, ea); in kasan_map_kernel_page() 105 p4d_populate(&init_mm, p4d_offset(pgd++, addr), kasan_early_shadow_pud); in kasan_early_init()
|
| /linux/arch/riscv/mm/ |
| H A D | pgtable.c | 52 p4d_t *p4d_offset(pgd_t *pgd, unsigned long address) in p4d_offset() function 59 EXPORT_SYMBOL_GPL(p4d_offset);
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 323 p4d = p4d_offset(pgd, address); in do_page_fault() 324 p4d_k = p4d_offset(pgd_k, address); in do_page_fault()
|
| H A D | init.c | 84 p4e = p4d_offset(pge, v); in map_ram() 206 p4d = p4d_offset(pgd_offset_k(va), va); in map_page()
|
| /linux/arch/xtensa/mm/ |
| H A D | fault.c | 52 p4d = p4d_offset(pgd, address); in vmalloc_fault() 53 p4d_k = p4d_offset(pgd_k, address); in vmalloc_fault()
|
| /linux/arch/microblaze/mm/ |
| H A D | pgtable.c | 146 p4d = p4d_offset(pgd_offset_k(va), va); in map_page() 206 p4d = p4d_offset(pgd, addr & PAGE_MASK); in get_pteptr()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 86 p4dp = p4d_offset(pgdp, ea); in early_map_kernel_page() 155 p4dp = p4d_offset(pgdp, ea); in __map_kernel_page() 206 p4dp = p4d_offset(pgdp, idx); in radix__change_memory_range() 909 p4d = p4d_offset(pgd, addr); in remove_pagetable() 1149 p4d = p4d_offset(pgd, addr); in radix__vmemmap_populate() 1231 p4d = p4d_offset(pgd, addr); in radix__vmemmap_populate_address() 1266 p4d = p4d_offset(pgd, map_addr); in vmemmap_compound_tail_page() 1328 p4d = p4d_offset(pgd, addr); in vmemmap_populate_compound_pages()
|
| /linux/arch/mips/mm/ |
| H A D | fault.c | 299 p4d = p4d_offset(pgd, address); in __do_page_fault() 300 p4d_k = p4d_offset(pgd_k, address); in __do_page_fault()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_64.c | 124 p4d_efi = p4d_offset(pgd_efi, 0); in efi_sync_low_kernel_mappings() 125 p4d_k = p4d_offset(pgd_k, 0); in efi_sync_low_kernel_mappings() 137 p4d_efi = p4d_offset(pgd_efi, EFI_VA_END); in efi_sync_low_kernel_mappings() 138 p4d_k = p4d_offset(pgd_k, EFI_VA_END); in efi_sync_low_kernel_mappings()
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable.c | 400 p4d = p4d_offset(pgd, addr); in assert_pte_locked() 470 p4dp = p4d_offset(pgdp, ea); in __find_linux_pte() 501 pmdp = pmd_offset(pud_offset(p4d_offset(pgdp, ea), ea), ea); in __find_linux_pte()
|