| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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()
|
| H A D | fixmap.c | 17 p4d_t *p4d = p4d_offset(pgd, vaddr); in set_fixmap()
|
| /linux-6.15/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-6.15/arch/x86/mm/ |
| H A D | init_64.c | 185 p4d_ref = p4d_offset(pgd_ref, addr); in sync_global_pgds_l4() 197 p4d = p4d_offset(pgd, addr); in sync_global_pgds_l4() 255 if (p4d != p4d_offset(pgd, 0)) in fill_p4d() 257 p4d, p4d_offset(pgd, 0)); in fill_p4d() 259 return p4d_offset(pgd, vaddr); in fill_p4d() 340 p4d_page = p4d_offset(pgd, 0); in set_pte_vaddr() 386 p4d = p4d_offset(pgd, (unsigned long)__va(phys)); in __init_extra_mapping() 763 p4d_populate_init(&init_mm, p4d_offset(pgd, vaddr), in __kernel_physical_mapping_init() 1256 p4d = p4d_offset(pgd, 0); in remove_pagetable() 1593 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 | 190 return p4d_offset(pgd, address); in pti_user_pagetable_walk_p4d() 331 p4d = p4d_offset(pgd, addr); in pti_clone_pgtable() 432 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()
|
| /linux-6.15/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-6.15/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-6.15/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() 476 p4d = p4d_offset(pgd, addr); in kasan_remove_zero_shadow() 478 kasan_free_p4d(p4d_offset(pgd, 0), pgd); in kasan_remove_zero_shadow()
|
| /linux-6.15/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-6.15/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-6.15/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 | 88 p4e = p4d_offset(pge, v); in map_ram() 212 p4d = p4d_offset(pgd_offset_k(va), va); in map_page()
|
| /linux-6.15/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-6.15/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-6.15/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 179 p4d = p4d_offset(pgd, addr); in huge_pte_alloc() 204 p4d = p4d_offset(pgd, addr); in huge_pte_offset() 409 p4d = p4d_offset(pgd, addr); in hugetlb_free_pgd_range()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | pgtable.c | 388 p4d = p4d_offset(pgd, addr); in assert_pte_locked() 458 p4dp = p4d_offset(pgdp, ea); in __find_linux_pte() 489 pmdp = pmd_offset(pud_offset(p4d_offset(pgdp, ea), ea), ea); in __find_linux_pte()
|
| /linux-6.15/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()
|
| H A D | hugetlbpage.c | 51 p4d = p4d_offset(pgd, addr); in huge_pte_offset()
|
| /linux-6.15/mm/ |
| H A D | pgalloc-track.h | 16 return p4d_offset(pgd, address); in p4d_alloc_track()
|