Searched refs:__p4d (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h69 *p4dp = __p4d(0);
79 return __p4d(pte_val(pte));
H A Dpgtable.h145 *p4dp = __p4d(val);
/linux-master/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-master/arch/arc/include/asm/
H A Dpgalloc.h77 set_p4d(p4dp, __p4d((unsigned long)pudp));
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h42 #define __p4d(x) ((p4d_t) { (x) } ) macro
H A Dpgalloc.h48 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot));
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE));
58 __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE));
H A Dpgtable-64.h52 #define __p4d(x) ((p4d_t) { (x) }) macro
313 set_p4d(p4d, __p4d(0));
318 return __p4d((pfn << _PAGE_PFN_SHIFT) | pgprot_val(prot));
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h107 set_p4d(p4d, __p4d((unsigned long)pud));
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h38 set_p4d(p4d, __p4d((unsigned long)pud));
/linux-master/arch/x86/power/
H A Dhibernate_64.c73 p4d_t new_p4d = __p4d(__pa(pud) | pgprot_val(pgtable_prot));
H A Dhibernate.c169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX));
/linux-master/arch/x86/mm/
H A Dkaslr.c173 __p4d(_KERNPG_TABLE | __pa(pud_page_tramp)));
H A Dident_map.c91 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag));
H A Dkasan_init_64.c225 p4d_entry = __p4d(_KERNPG_TABLE |
313 kasan_early_shadow_p4d[i] = __p4d(p4d_val);
H A Dpti.c215 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page)));
H A Dmem_encrypt_identity.c133 set_p4d(p4d, __p4d(P4D_FLAGS | __pa(pud)));
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h116 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud)));
122 set_p4d_safe(p4d, __p4d(_PAGE_TABLE | __pa(pud)));
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS);
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h110 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud)));
H A Dpage.h124 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c369 set_p4d(p4d, __p4d(p4d_val(*p4d) | _PAGE_USER));
/linux-master/arch/riscv/kernel/
H A Dhibernate.c301 set_p4d(dst_p4dp, __p4d(p4d_val(p4d) | pgprot_val(prot)));
/linux-master/arch/riscv/mm/
H A Dpageattr.c35 val = __p4d(set_pageattr_masks(p4d_val(val), walk));

Completed in 185 milliseconds

12