| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable-4k.h | 69 *p4dp = __p4d(0); in p4d_clear() 79 return __p4d(pte_val(pte)); in pte_p4d()
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 70 set_p4d(p4d, __p4d(_PAGE_TABLE + __pa(pud))) 91 set_p4d(p4d, __p4d(_PAGE_NEEDSYNC)); in p4d_clear()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate() 58 __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate_safe()
|
| H A D | pgtable-64.h | 50 #define __p4d(x) ((p4d_t) { (x) }) macro 311 set_p4d(p4d, __p4d(0)); in p4d_clear() 316 return __p4d((pfn << _PAGE_PFN_SHIFT) | pgprot_val(prot)); in pfn_p4d()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 114 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate() 120 set_p4d_safe(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate_safe()
|
| H A D | pgtable.h | 96 #define __p4d(x) native_make_p4d(x) macro
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopud.h | 49 #define __pud(x) ((pud_t) { __p4d(x) })
|
| H A D | pgtable-nop4d.h | 41 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-types.h | 50 #define __p4d(x) ((p4d_t) { (x) } ) macro
|
| H A D | pgtable.h | 985 set_p4d(p4dp, __p4d(0)); in p4d_clear()
|
| /linux/arch/x86/power/ |
| 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 | 203 __p4d(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
|
| H A D | kasan_init_64.c | 224 p4d_entry = __p4d(_KERNPG_TABLE | in kasan_early_p4d_populate() 312 kasan_early_shadow_p4d[i] = __p4d(p4d_val); in kasan_early_init()
|
| H A D | pti.c | 227 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page))); in pti_user_pagetable_walk_pmd()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS); in p4d_populate()
|
| H A D | pgtable.h | 943 *p4dp = __p4d(0); in p4d_clear()
|
| /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 | 517 set_p4d(p4d, __p4d(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
|
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 100 p4d_t p4d_z = __p4d(__pa(kasan_early_shadow_pud) | _REGION2_ENTRY); in kasan_populate_shadow()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 184 set_p4d(p4dp, __p4d((unsigned long)invalid_pud_table)); in p4d_clear()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 995 set_p4d(p4d, __p4d(_REGION2_ENTRY_EMPTY)); in p4d_clear()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1175 set_p4d(p4d, __p4d(0)); in xen_cleanmfnmap_p4d()
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 1781 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in populate_pgd()
|