Home
last modified time | relevance | path

Searched refs:set_p4d (Results 1 – 15 of 15) sorted by relevance

/linux/arch/um/include/asm/
H A Dpgtable-4level.h70 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/include/asm/
H A Dpgtable-64.h276 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 Dpgalloc.h47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate()
/linux/arch/x86/power/
H A Dhibernate.c173 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
/linux/arch/x86/mm/
H A Dkaslr.c202 set_p4d(p4d_tramp, in init_trampoline_kaslr()
H A Dkasan_init_64.c226 set_p4d(p4d, p4d_entry); in kasan_early_p4d_populate()
/linux/arch/arc/mm/
H A Dfault.c50 set_p4d(p4d, *p4d_k); in handle_kernel_vaddr_fault()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
/linux/arch/x86/include/asm/
H A Dpgalloc.h114 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate()
/linux/arch/loongarch/mm/
H A Dpageattr.c48 set_p4d(p4d, val); in pageattr_p4d_entry()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h184 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function
191 set_p4d(p4dp, __p4d((unsigned long)invalid_pud_table)); in p4d_clear()
/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/x86/hyperv/
H A Dhv_crash.c517 set_p4d(p4d, __p4d(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
/linux/arch/arm/mm/
H A Dfault.c265 set_p4d(p4d, *p4d_k); in vmalloc_fault()
/linux/arch/x86/xen/
H A Dmmu_pv.c1183 set_p4d(p4d, __p4d(0)); in xen_cleanmfnmap_p4d()
2166 pv_ops.mmu.set_p4d = xen_set_p4d; in xen_post_allocator_init()
2213 pv_ops.mmu.set_p4d = xen_set_p4d_hyper; in xen_init_mmu_ops()