| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 62 set_pud(pud, __pud(_PAGE_TABLE + __pa(pmd))) 64 #define set_pud(pudptr, pudval) (*(pudptr) = (pudval)) macro 86 set_pud(pud, __pud(_PAGE_NEEDSYNC)); in pud_clear()
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable-3level.h | 50 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) 57 #define set_pud(pudptr, pudval) do { *(pudptr) = (pudval); } while(0) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 203 static inline void set_pud(pud_t *pudp, pud_t pud) in set_pud() function 210 set_pud(pudp, __pud(0)); in pud_clear() 281 set_pud((pud_t *)p4dp, (pud_t){ p4d_val(p4d) }); in set_p4d()
|
| H A D | pgalloc.h | 39 set_pud(pud, __pud((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pud_populate()
|
| /linux/arch/sh/mm/ |
| H A D | pgtable.c | 47 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
| H A D | fault.c | 145 set_pud(pud, *pud_k); in vmalloc_sync_one()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgalloc.h | 28 set_pud(pud, __pud((PxD_FLAG_PRESENT | PxD_FLAG_VALID) + in pud_populate()
|
| H A D | pgtable.h | 296 set_pud(pud, __pud(0)); in pud_clear()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgalloc.h | 28 set_pud(pud, __pud(__pa(pmd) | PMD_TYPE_TABLE)); in pud_populate()
|
| H A D | pgtable-3level.h | 129 #define set_pud(pudp, pud) \ macro
|
| /linux/arch/x86/power/ |
| H A D | hibernate.c | 178 set_pud(pud, __pud(pud_val(*pud) & ~_PAGE_NX)); in relocate_restore_code()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 57 set_pud(pud, *pud_k); in handle_kernel_vaddr_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 135 #define set_pud(pudp, pud) (*(pudp) = pud) macro
|
| /linux/arch/x86/kernel/ |
| H A D | espfix_64.c | 171 set_pud(&pud_p[n], pud); in init_espfix_ap()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable-3level.h | 87 set_pud(pudp, __pud(0)); in pud_clear()
|
| H A D | pgalloc.h | 100 set_pud(pud, __pud(_PAGE_TABLE | __pa(pmd))); in pud_populate()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 61 set_pud(pud, val); in pageattr_pud_entry()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 230 static inline void set_pud(pud_t *pud, pud_t pudval) in set_pud() function 237 set_pud(pudp, __pud((unsigned long)invalid_pmd_table)); in pud_clear()
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 262 set_pud(dst_pudp, __pud(pud_val(pud) | pgprot_val(prot))); in temp_pgtable_map_pud()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 522 set_pud(pud, __pud(_PAGE_TABLE | pa)); in hv_crash_build_tramp_pt()
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 273 set_pud(pud, *pud_k); in vmalloc_fault()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1161 set_pud(pud, __pud(0)); in xen_cleanmfnmap_pud() 2165 pv_ops.mmu.set_pud = xen_set_pud; in xen_post_allocator_init() 2208 pv_ops.mmu.set_pud = xen_set_pud_hyper; in xen_init_mmu_ops()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 1875 set_pud(pudp, new_pud); in pud_set_huge()
|