/linux-6.6.21/arch/riscv/mm/ |
D | kasan_init.c | 88 set_p4d(p4d, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_populate_pud() 129 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_KERNEL)); in kasan_populate_p4d() 290 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_TABLE)); in kasan_early_populate_p4d() 346 set_p4d(kasan_early_shadow_p4d + i, in kasan_early_init() 406 set_p4d(p4d_k, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_shallow_populate_p4d() 467 set_p4d(&base_p4d[p4d_index(KASAN_SHADOW_END)], in create_tmp_mapping()
|
D | pageattr.c | 36 set_p4d(p4d, val); in pageattr_p4d_entry() 227 set_p4d(p4dp, pfn_p4d(page_to_pfn(pud_page), PAGE_TABLE)); in __split_linear_mapping_p4d()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable-64.h | 274 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function 309 set_p4d(p4d, __p4d(0)); in p4d_clear() 352 set_p4d((p4d_t *)pgdp, (p4d_t){ pgd_val(pgd) }); in set_pgd()
|
D | pgalloc.h | 47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate()
|
/linux-6.6.21/include/asm-generic/ |
D | pgtable-nop4d.h | 33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval })
|
D | pgtable-nopud.h | 40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | paravirt.h | 483 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function 487 PVOP_VCALL2(mmu.set_p4d, p4dp, val); in set_p4d() 516 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \ 528 set_p4d(p4dp, native_make_p4d(0)); in p4d_clear()
|
D | pgalloc.h | 116 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate()
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgalloc.h | 77 set_p4d(p4dp, __p4d((unsigned long)pudp)); in p4d_populate()
|
D | pgtable-levels.h | 113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | pgalloc.h | 38 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgalloc.h | 46 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgalloc.h | 106 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
D | pgtable-64.h | 217 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function
|
/linux-6.6.21/arch/x86/power/ |
D | hibernate_64.c | 76 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d); in set_up_temporary_text_mapping()
|
D | hibernate.c | 169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
|
/linux-6.6.21/arch/x86/mm/ |
D | kaslr.c | 172 set_p4d(p4d_tramp, in init_trampoline_kaslr()
|
D | ident_map.c | 104 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag)); in ident_p4d_init()
|
D | pti.c | 215 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page))); in pti_user_pagetable_walk_pmd()
|
/linux-6.6.21/arch/arc/mm/ |
D | fault.c | 50 set_p4d(p4d, *p4d_k); in handle_kernel_vaddr_fault()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | pgalloc.h | 111 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud))); in p4d_populate()
|
/linux-6.6.21/arch/x86/kernel/ |
D | paravirt.c | 274 .mmu.set_p4d = native_set_p4d,
|
/linux-6.6.21/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 369 set_p4d(p4d, __p4d(p4d_val(*p4d) | _PAGE_USER)); in set_vsyscall_pgtable_user_bits()
|
/linux-6.6.21/arch/riscv/kernel/ |
D | hibernate.c | 301 set_p4d(dst_p4dp, __p4d(p4d_val(p4d) | pgprot_val(prot))); in temp_pgtable_map_p4d()
|
/linux-6.6.21/arch/arm/mm/ |
D | fault.c | 421 set_p4d(p4d, *p4d_k); in do_translation_fault()
|