| /linux/arch/riscv/mm/ |
| H A D | kasan_init.c | 142 static void __init kasan_populate_pgd(pgd_t *pgdp, in kasan_populate_pgd() 190 static void __init kasan_early_clear_p4d(pgd_t *pgdp, in kasan_early_clear_p4d() 216 static void __init kasan_early_clear_pgd(pgd_t *pgdp, in kasan_early_clear_pgd() 263 static void __init kasan_early_populate_p4d(pgd_t *pgdp, in kasan_early_populate_p4d() 301 static void __init kasan_early_populate_pgd(pgd_t *pgdp, in kasan_early_populate_pgd()
|
| H A D | fault.c | 30 pgd_t *pgdp, pgd; in show_pte() local
|
| H A D | init.c | 677 void __meminit create_pgd_mapping(pgd_t *pgdp, uintptr_t va, phys_addr_t pa, phys_addr_t sz, in create_pgd_mapping()
|
| /linux/arch/arm64/mm/ |
| H A D | kasan_init.c | 102 static p4d_t *__init kasan_p4d_offset(pgd_t *pgdp, unsigned long addr, int node, in kasan_p4d_offset() 156 static void __init kasan_p4d_populate(pgd_t *pgdp, unsigned long addr, in kasan_p4d_populate() 172 pgd_t *pgdp; in kasan_pgd_populate() local 218 pgd_t *pgdp = pgd_offset_k(KASAN_SHADOW_START); in kasan_early_init() local
|
| /linux/arch/powerpc/mm/kasan/ |
| H A D | init_book3e_64.c | 34 pgd_t *pgdp; in kasan_map_kernel_page() local
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1068 #define pud_set_fixmap_offset(pgdp, addr) ((pud_t *)pgdp) argument 1099 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() 1110 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() 1123 static inline p4d_t *pgd_to_folded_p4d(pgd_t *pgdp, unsigned long addr) in pgd_to_folded_p4d() 1131 static inline phys_addr_t p4d_offset_phys(pgd_t *pgdp, unsigned long addr) in p4d_offset_phys() 1139 p4d_t *p4d_offset_lockless(pgd_t *pgdp, pgd_t pgd, unsigned long addr) in p4d_offset_lockless() 1147 static inline p4d_t *p4d_offset(pgd_t *pgdp, unsigned long addr) in p4d_offset() 1159 static inline p4d_t *p4d_set_fixmap_offset(pgd_t *pgdp, unsigned long addr) in p4d_set_fixmap_offset() 1173 static inline p4d_t *p4d_offset_kimg(pgd_t *pgdp, u64 addr) in p4d_offset_kimg() 1196 p4d_t *p4d_offset_lockless_folded(pgd_t *pgdp, pgd_t pgd, unsigned long addr) in p4d_offset_lockless_folded()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 23 #define pgd_clear(pgdp) argument
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 68 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd) argument 912 static inline pgd_t pti_set_user_pgtbl(pgd_t *pgdp, pgd_t pgd) in pti_set_user_pgtbl() 919 static inline pgd_t pti_set_user_pgtbl(pgd_t *pgdp, pgd_t pgd) in pti_set_user_pgtbl() 1427 static inline pgd_t *kernel_to_user_pgdp(pgd_t *pgdp) in kernel_to_user_pgdp() 1432 static inline pgd_t *user_to_kernel_pgdp(pgd_t *pgdp) in user_to_kernel_pgdp() 1731 #define set_pgd_safe(pgdp, pgd) \ argument
|
| H A D | pgtable_64.h | 158 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd()
|
| /linux/arch/arm/mm/ |
| H A D | kasan_init.c | 127 pgd_t *pgdp; in kasan_pgd_populate() local
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_kernel.c | 43 phys_addr_t pgdp = (phys_addr_t)init_pg_dir + PAGE_SIZE; in map_kernel() local
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 81 pgd_t *pgdp = pgd_offset(current->mm, tpc); in get_user_insn() local
|
| /linux/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 259 pgd_t *pgdp = (pgd_t *)top_level_pgt; in set_clr_page_flags() local
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 312 static int temp_pgtable_mapping(pgd_t *pgdp, unsigned long start, unsigned long end, pgprot_t prot) in temp_pgtable_mapping()
|
| /linux/arch/x86/mm/ |
| H A D | pti.c | 136 pgd_t __pti_set_user_pgtbl(pgd_t *pgdp, pgd_t pgd) in __pti_set_user_pgtbl()
|
| /linux/arch/m68k/include/asm/ |
| H A D | mcf_pgtable.h | 107 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal32.c | 299 pgd_t *pgdp; in flush_signal_insns() local
|
| /linux/arch/mips/mm/ |
| H A D | tlb-r4k.c | 300 pgd_t *pgdp; in __update_tlb() local
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | grufault.c | 208 pgd_t *pgdp; in atomic_pte_lookup() local
|
| /linux/arch/powerpc/lib/ |
| H A D | code-patching.c | 252 pgd_t *pgdp; in unmap_patch_area() local
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 343 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd()
|
| /linux/mm/ |
| H A D | pagewalk.c | 908 pgd_t *pgdp; in folio_walk_start() local
|
| H A D | migrate_device.c | 978 pgd_t *pgdp; in migrate_vma_insert_page() local
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 961 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() 1424 static inline p4d_t *p4d_offset_lockless(pgd_t *pgdp, pgd_t pgd, unsigned long address) in p4d_offset_lockless() 1432 static inline p4d_t *p4d_offset(pgd_t *pgdp, unsigned long address) in p4d_offset()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 1290 pgd_t *pgdp; in debugfs_radix_read() local
|