| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 70 set_p4d(p4d, __p4d(_PAGE_TABLE + __pa(pud))) 72 #define set_p4d(p4dptr, p4dval) (*(p4dptr) = (p4dval)) macro 91 set_p4d(p4d, __p4d(_PAGE_NEEDSYNC)); in p4d_clear()
|
| /linux/arch/riscv/mm/ |
| H A D | kasan_init.c | 89 set_p4d(p4d, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_populate_pud() 132 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_KERNEL)); in kasan_populate_p4d() 293 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_TABLE)); in kasan_early_populate_p4d() 349 set_p4d(kasan_early_shadow_p4d + i, in kasan_early_init() 409 set_p4d(p4d_k, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_shallow_populate_p4d() 478 set_p4d(&base_p4d[p4d_index(KASAN_SHADOW_END)], in create_tmp_mapping()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 276 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function 311 set_p4d(p4d, __p4d(0)); in p4d_clear() 348 set_p4d((p4d_t *)pgdp, (p4d_t){ pgd_val(pgd) }); in set_pgd()
|
| H A D | pgalloc.h | 47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate()
|
| H A D | pgtable.h | 1305 set_p4d(p4dp, p4d); \
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopud.h | 40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) macro
|
| H A D | pgtable-nop4d.h | 33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval })
|
| /linux/arch/x86/power/ |
| H A D | hibernate_64.c | 76 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d); in set_up_temporary_text_mapping()
|
| H A D | hibernate.c | 173 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
|
| /linux/arch/x86/mm/ |
| H A D | kaslr.c | 202 set_p4d(p4d_tramp, in init_trampoline_kaslr()
|
| H A D | pti.c | 222 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page))); in pti_user_pagetable_walk_pmd()
|
| H A D | kasan_init_64.c | 226 set_p4d(p4d, p4d_entry); in kasan_early_p4d_populate()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 50 set_p4d(p4d, *p4d_k); in handle_kernel_vaddr_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 114 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate()
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 301 set_p4d(dst_p4dp, __p4d(p4d_val(p4d) | pgprot_val(prot))); in temp_pgtable_map_p4d()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 513 set_p4d(p4d, __p4d(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 530 set_p4d(p4d, *p4d_k); in do_translation_fault()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1172 set_p4d(p4d, __p4d(0)); in xen_cleanmfnmap_p4d() 2157 pv_ops.mmu.set_p4d = xen_set_p4d; in xen_post_allocator_init() 2212 pv_ops.mmu.set_p4d = xen_set_p4d_hyper; in xen_init_mmu_ops()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 967 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function 981 set_p4d(p4dp, __p4d(0)); in p4d_clear()
|