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

12

/linux-master/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-master/arch/arc/include/asm/
H A Dpgalloc.h77 set_p4d(p4dp, __p4d((unsigned long)pudp));
H A Dpgtable-levels.h113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h107 set_p4d(p4d, __p4d((unsigned long)pud));
H A Dpgtable-64.h217 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) function
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h38 set_p4d(p4d, __p4d((unsigned long)pud));
/linux-master/arch/riscv/mm/
H A Dkasan_init.c89 set_p4d(p4d, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE));
132 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_KERNEL));
293 set_p4d(p4dp, pfn_p4d(PFN_DOWN(phys_addr), PAGE_TABLE));
349 set_p4d(kasan_early_shadow_p4d + i,
409 set_p4d(p4d_k, pfn_p4d(PFN_DOWN(__pa(p)), PAGE_TABLE));
478 set_p4d(&base_p4d[p4d_index(KASAN_SHADOW_END)],
H A Dpageattr.c36 set_p4d(p4d, val);
227 set_p4d(p4dp, pfn_p4d(page_to_pfn(pud_page), PAGE_TABLE));
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h278 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) function
313 set_p4d(p4d, __p4d(0));
350 set_p4d((p4d_t *)pgdp, (p4d_t){ pgd_val(pgd) });
H A Dpgalloc.h47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE));
/linux-master/arch/x86/power/
H A Dhibernate_64.c76 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d);
H A Dhibernate.c169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX));
/linux-master/arch/x86/mm/
H A Dkaslr.c172 set_p4d(p4d_tramp,
H A Dident_map.c91 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag));
H A Dpti.c215 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page)));
/linux-master/arch/arc/mm/
H A Dfault.c50 set_p4d(p4d, *p4d_k);
/linux-master/arch/x86/include/asm/
H A Dparavirt.h482 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) function
486 PVOP_VCALL2(mmu.set_p4d, p4dp, val);
514 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \
526 set_p4d(p4dp, native_make_p4d(0));
H A Dpgalloc.h116 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud)));
H A Dparavirt_types.h195 void (*set_p4d)(p4d_t *p4dp, p4d_t p4dval); member in struct:pv_mmu_ops
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h48 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot));
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h110 set_p4d(p4d, __p4d(_REGION2_ENTRY | __pa(pud)));
/linux-master/arch/x86/kernel/
H A Dparavirt.c232 .mmu.set_p4d = native_set_p4d,
/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)));

Completed in 204 milliseconds

12