Home
last modified time | relevance | path

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

12

/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/mm/
H A Dkasan_init.c89 set_p4d(p4d, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_populate_pud()
132 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_KERNEL)); in kasan_populate_p4d()
293 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_TABLE)); in kasan_early_populate_p4d()
349 set_p4d(kasan_early_shadow_p4d + i, in kasan_early_init()
409 set_p4d(p4d_k, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_shallow_populate_p4d()
478 set_p4d(&base_p4d[p4d_index(KASAN_SHADOW_END)], in create_tmp_mapping()
/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/include/asm-generic/
H A Dpgtable-nopud.h40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) macro
H A Dpgtable-nop4d.h33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval })
/linux/arch/mips/include/asm/
H A Dpgalloc.h97 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h39 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
H A Dpgtable.h173 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function
180 set_p4d(p4dp, __p4d((unsigned long)invalid_pud_table)); in p4d_clear()
/linux/arch/x86/power/
H A Dhibernate_64.c76 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d); in set_up_temporary_text_mapping()
H A Dhibernate.c173 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
/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()
H A Dpgtable.h80 #ifndef set_p4d
81 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d) macro
1735 set_p4d(p4dp, p4d); \
H A Dparavirt_types.h190 void (*set_p4d)(p4d_t *p4dp, p4d_t p4dval); member
/linux/arch/s390/include/asm/
H A Dpgalloc.h129 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud))); in p4d_populate()
/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/mm/
H A Dpti.c222 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page))); in pti_user_pagetable_walk_pmd()
H A Dkasan_init_64.c226 set_p4d(p4d, p4d_entry); in kasan_early_p4d_populate()
H A Dinit_64.c206 set_p4d(p4d, *p4d_ref); in sync_global_pgds_l4()
406 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE | in __init_extra_mapping()
/linux/arch/x86/hyperv/
H A Dhv_crash.c514 set_p4d(p4d, __p4d(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
/linux/arch/x86/boot/startup/
H A Dsme.c129 set_p4d(p4d, __p4d(P4D_FLAGS | __pa(pud))); in sme_prepare_pgd()
/linux/arch/arm/mm/
H A Dfault.c530 set_p4d(p4d, *p4d_k); in do_translation_fault()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c195 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in init_transition_pgtable()

12