Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h69 *p4dp = __p4d(0); in p4d_clear()
79 return __p4d(pte_val(pte)); in pte_p4d()
H A Dpgtable.h145 *p4dp = __p4d(val); in p4d_set()
/linux/arch/um/include/asm/
H A Dpgtable-4level.h70 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 Dpgtable-64.h50 #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 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/arch/arm64/include/asm/
H A Dpgtable-types.h42 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux/include/asm-generic/
H A Dpgtable-nopud.h49 #define __pud(x) ((pud_t) { __p4d(x) })
H A Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
/linux/arch/arc/include/asm/
H A Dpgalloc.h72 set_p4d(p4dp, __p4d((unsigned long)pudp));
/linux/arch/mips/include/asm/
H A Dpgalloc.h101 set_p4d(p4d, __p4d((unsigned long)pud)); in pud_alloc_one()
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h39 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/linux/arch/x86/power/
H A Dhibernate_64.c73 p4d_t new_p4d = __p4d(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
H A Dhibernate.c169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
/linux/arch/x86/mm/
H A 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()
H A Dident_map.c177 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag | _PAGE_NOPTISHADOW)); in ident_p4d_init()
H A Dpti.c215 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 Dpgalloc.h90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS); in p4d_populate()
H A Dpgtable.h941 *p4dp = __p4d(0); in p4d_clear()
/linux/arch/s390/include/asm/
H A Dpgalloc.h123 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud))); in pgd_free()
H A Dpage.h119 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c101 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in init_transition_pgtable()
/linux/arch/loongarch/mm/
H A Dpageattr.c47 val = __p4d(set_pageattr_masks(p4d_val(val), walk)); in pageattr_p4d_entry()
/linux/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c345 set_p4d(p4d, __p4d(p4d_val(*p4d) | _PAGE_USER)); in set_vsyscall_pgtable_user_bits()
/linux/arch/riscv/kernel/
H A Dhibernate.c301 set_p4d(dst_p4dp, __p4d(p4d_val(p4d) | pgprot_val(prot))); in temp_pgtable_map_p4d()
/linux/arch/s390/boot/
H A Dvmem.c99 p4d_t p4d_z = __p4d(__pa(kasan_early_shadow_pud) | _REGION2_ENTRY); in kasan_populate_shadow()

12