| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 62 set_pud(pud, __pud(_PAGE_TABLE + __pa(pmd))) 86 set_pud(pud, __pud(_PAGE_NEEDSYNC)); in pud_clear()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 59 #define __pud(x) ((pud_t) { (x) }) macro 210 set_pud(pudp, __pud(0)); in pud_clear() 215 return __pud((pfn << _PAGE_PFN_SHIFT) | pgprot_val(prot)); in pfn_pud()
|
| H A D | pgalloc.h | 39 set_pud(pud, __pud((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pud_populate()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 100 set_pud(pud, __pud(_PAGE_TABLE | __pa(pmd))); in pud_populate() 106 set_pud_safe(pud, __pud(_PAGE_TABLE | __pa(pmd))); in pud_populate_safe()
|
| H A D | pgtable-2level.h | 70 return __pud(xchg((pudval_t *)xp, 0)); in native_pudp_get_and_clear()
|
| H A D | pgtable-3level.h | 87 set_pud(pudp, __pud(0)); 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)
|
| /linux/arch/sh/mm/ |
| H A D | pgtable.c | 47 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
| /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/powerpc/include/asm/ |
| H A D | pgtable-types.h | 44 #define __pud(x) ((pud_t) { (x) }) macro
|
| H A D | pgtable-be-types.h | 38 #define __pud(x) ((pud_t) { cpu_to_be64(x) }) macro
|
| /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 | 125 *pudp = __pud(0); \
|
| /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/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 133 *pud = __pud(__pgtable_ptr_val(pmd) | PUD_VAL_BITS); in pud_populate()
|
| H A D | radix.h | 282 return __pud(pud_val(pud) | _PAGE_PTE); in radix__pud_mkhuge()
|
| /linux/arch/x86/kernel/ |
| H A D | espfix_64.c | 168 pud = __pud(__pa(pmd_p) | (PGTABLE_PROT & ptemask)); in init_espfix_ap()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 60 val = __pud(set_pageattr_masks(pud_val(val), walk)); in pageattr_pud_entry()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 157 #define __pud(x) ((pud_t) { (x) }) macro 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/x86/mm/ |
| H A D | kasan_init_64.c | 309 kasan_early_shadow_pud[i] = __pud(pud_val); in kasan_early_init()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1161 set_pud(pud, __pud(0)); in xen_cleanmfnmap_pud() 2031 pud[idx_pmd] = __pud(_PAGE_TABLE | pmd_phys); in xen_relocate_p2m()
|