Home
last modified time | relevance | path

Searched refs:__p4d (Results 1 – 25 of 34) sorted by relevance

12

/linux-5.19.10/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h69 *p4dp = __p4d(0); in p4d_clear()
79 return __p4d(pte_val(pte)); in pte_p4d()
Dpgtable.h183 *p4dp = __p4d(val); in p4d_set()
/linux-5.19.10/arch/riscv/include/asm/
Dpgtable-64.h48 #define __p4d(x) ((p4d_t) { (x) }) macro
271 set_p4d(p4d, __p4d(0)); in p4d_clear()
276 return __p4d((pfn << _PAGE_PFN_SHIFT) | pgprot_val(prot)); in pfn_p4d()
Dpgalloc.h47 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()
/linux-5.19.10/arch/x86/include/asm/
Dpgalloc.h116 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate()
122 set_p4d_safe(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate_safe()
/linux-5.19.10/include/asm-generic/
Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
Dpgtable-nopud.h49 #define __pud(x) ((pud_t) { __p4d(x) })
/linux-5.19.10/arch/arc/include/asm/
Dpgalloc.h77 set_p4d(p4dp, __p4d((unsigned long)pudp)); in p4d_populate()
/linux-5.19.10/arch/loongarch/include/asm/
Dpgalloc.h38 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/linux-5.19.10/arch/mips/include/asm/
Dpgalloc.h102 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/linux-5.19.10/arch/arm64/include/asm/
Dpgalloc.h46 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
/linux-5.19.10/arch/x86/power/
Dhibernate_64.c73 p4d_t new_p4d = __p4d(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
Dhibernate.c169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
/linux-5.19.10/arch/x86/mm/
Dkaslr.c173 __p4d(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
Dkasan_init_64.c225 p4d_entry = __p4d(_KERNPG_TABLE | in kasan_early_p4d_populate()
313 kasan_early_shadow_p4d[i] = __p4d(p4d_val); in kasan_early_init()
Dident_map.c91 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag)); in ident_p4d_init()
Dpti.c215 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page))); in pti_user_pagetable_walk_pmd()
Dmem_encrypt_identity.c137 set_p4d(p4d, __p4d(P4D_FLAGS | __pa(pud))); in sme_prepare_pgd()
/linux-5.19.10/arch/s390/include/asm/
Dpgalloc.h111 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud))); in p4d_populate()
Dpage.h125 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS); in p4d_populate()
/linux-5.19.10/arch/riscv/mm/
Dpageattr.c47 val = __p4d(set_pageattr_masks(p4d_val(val), walk)); in pageattr_p4d_entry()
/linux-5.19.10/arch/x86/entry/vsyscall/
Dvsyscall_64.c369 set_p4d(p4d, __p4d(p4d_val(*p4d) | _PAGE_USER)); in set_vsyscall_pgtable_user_bits()
/linux-5.19.10/arch/s390/mm/
Dkasan_init.c261 p4d_t p4d_z = __p4d(__pa(kasan_early_shadow_pud) | _REGION2_ENTRY); in kasan_early_init()
/linux-5.19.10/arch/x86/kernel/
Dmachine_kexec_64.c151 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in init_transition_pgtable()

12