| /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()
|
| /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/mips/include/asm/ |
| H A D | pgalloc.h | 97 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgalloc.h | 39 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
| H A D | pgtable.h | 173 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function 180 set_p4d(p4dp, __p4d((unsigned long)invalid_pud_table)); in p4d_clear()
|
| /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/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()
|
| H A D | pgtable.h | 80 #ifndef set_p4d 81 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d) macro 1735 set_p4d(p4dp, p4d); \
|
| H A D | paravirt_types.h | 190 void (*set_p4d)(p4d_t *p4dp, p4d_t p4dval); member
|
| /linux/arch/s390/include/asm/ |
| H A D | pgalloc.h | 129 set_p4d(p4d, __p4d(_REGION2_ENTRY | __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/mm/ |
| 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()
|
| H A D | init_64.c | 206 set_p4d(p4d, *p4d_ref); in sync_global_pgds_l4() 406 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE | in __init_extra_mapping()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 514 set_p4d(p4d, __p4d(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
|
| /linux/arch/x86/boot/startup/ |
| H A D | sme.c | 129 set_p4d(p4d, __p4d(P4D_FLAGS | __pa(pud))); in sme_prepare_pgd()
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 530 set_p4d(p4d, *p4d_k); in do_translation_fault()
|
| /linux/arch/x86/kernel/ |
| H A D | machine_kexec_64.c | 195 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in init_transition_pgtable()
|