Searched refs:set_p4d (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 70 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 D | pgtable-64.h | 276 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 D | pgalloc.h | 47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate()
|
| /linux/arch/x86/power/ |
| H A D | hibernate.c | 173 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
|
| /linux/arch/x86/mm/ |
| H A D | kaslr.c | 202 set_p4d(p4d_tramp, in init_trampoline_kaslr()
|
| H A D | kasan_init_64.c | 226 set_p4d(p4d, p4d_entry); in kasan_early_p4d_populate()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 50 set_p4d(p4d, *p4d_k); in handle_kernel_vaddr_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 114 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 48 set_p4d(p4d, val); in pageattr_p4d_entry()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 184 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 D | hibernate.c | 301 set_p4d(dst_p4dp, __p4d(p4d_val(p4d) | pgprot_val(prot))); in temp_pgtable_map_p4d()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 517 set_p4d(p4d, __p4d(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 265 set_p4d(p4d, *p4d_k); in vmalloc_fault()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1183 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()
|