Home
last modified time | relevance | path

Searched refs:set_p4d (Results 1 - 25 of 65) sorted by relevance

123

/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dkasan_init.c88 set_p4d(p4d, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_populate_pud()
129 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_KERNEL)); in kasan_populate_p4d()
290 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_TABLE)); in kasan_early_populate_p4d()
346 set_p4d(kasan_early_shadow_p4d + i, in kasan_early_init()
406 set_p4d(p4d_k, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE)); in kasan_shallow_populate_p4d()
467 set_p4d(&base_p4d[p4d_index(KASAN_SHADOW_END)], in create_tmp_mapping()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable-64.h274 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
309 set_p4d(p4d, __p4d(0)); in p4d_clear()
352 set_p4d((p4d_t *)pgdp, (p4d_t){ pgd_val(pgd) }); in set_pgd()
/kernel/linux/linux-5.10/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.h34 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval })
/kernel/linux/linux-6.6/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 })
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dparavirt.h454 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
458 PVOP_VCALL2(mmu.set_p4d, p4dp, val); in set_p4d()
484 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \
496 set_p4d(p4dp, native_make_p4d(0)); in p4d_clear()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dparavirt.h483 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
487 PVOP_VCALL2(mmu.set_p4d, p4dp, val); in set_p4d()
516 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \
528 set_p4d(p4dp, native_make_p4d(0)); in p4d_clear()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgalloc.h39 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgalloc.h103 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgalloc.h43 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgalloc.h106 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgalloc.h46 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpgalloc.h38 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgalloc.h77 set_p4d(p4dp, __p4d((unsigned long)pudp)); in p4d_populate()
H A Dpgtable-levels.h113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dkaslr.c172 set_p4d(p4d_tramp, in init_trampoline_kaslr()
H A Dident_map.c104 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag)); in ident_p4d_init()
/kernel/linux/linux-5.10/arch/x86/power/
H A Dhibernate.c169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
H A Dhibernate_64.c76 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d); in set_up_temporary_text_mapping()
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dfault.c50 set_p4d(p4d, *p4d_k); in handle_kernel_vaddr_fault()
/kernel/linux/linux-6.6/arch/x86/power/
H A Dhibernate.c169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
H A Dhibernate_64.c76 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d); in set_up_temporary_text_mapping()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dkaslr.c172 set_p4d(p4d_tramp, in init_trampoline_kaslr()
/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dpageattr.c48 set_p4d(p4d, val); in pageattr_p4d_entry()

Completed in 10 milliseconds

123