| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 111 *pudp = __pud(val); in pud_set() 116 *pudp = __pud(0); in pud_clear() 138 return __pud(pte_val(pte)); in pte_pud()
|
| /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()
|
| H A D | pgtable.h | 770 return __pud(pte_val(pte)); in pte_pud() 1123 pud_t pud = __pud(xchg(&pudp->pud, 0)); in pudp_huge_get_and_clear() 1152 return __pud(atomic_long_xchg((atomic_long_t *)pudp, pud_val(pud))); in pudp_establish() 1157 return __pud(pud_val(pud) & ~(_PAGE_PRESENT | _PAGE_PROT_NONE)); in pud_mkinvalid()
|
| /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()
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopud.h | 49 #define __pud(x) ((pud_t) { __p4d(x) }) macro
|
| H A D | pgtable-nopmd.h | 53 #define __pmd(x) ((pmd_t) { __pud(x) } )
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-types.h | 44 #define __pud(x) ((pud_t) { (x) } ) macro
|
| /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/include/linux/ |
| H A D | huge_mm.h | 476 #define split_huge_pud(__vma, __pud, __address) \ argument 478 pud_t *____pud = (__pud); \ 480 __split_huge_pud(__vma, __pud, __address); \
|
| /linux/arch/x86/power/ |
| H A D | hibernate_64.c | 71 __pud(__pa(pmd) | pgprot_val(pgtable_prot))); in set_up_temporary_text_mapping()
|
| H A D | hibernate.c | 178 set_pud(pud, __pud(pud_val(*pud) & ~_PAGE_NX)); in relocate_restore_code()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgalloc.h | 28 set_pud(pud, __pud(__pa(pmd) | PMD_TYPE_TABLE)); in pud_populate()
|
| /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/s390/boot/ |
| H A D | vmem.c | 99 pud_t pud_z = __pud(__pa(kasan_early_shadow_pmd) | _REGION3_ENTRY); in kasan_populate_shadow() 401 entry = __pud(pa); in pgtable_pud_populate()
|
| /linux/arch/arm64/mm/ |
| H A D | trans_pgd.c | 149 __pud(pud_val(pud) & ~PUD_SECT_RDONLY)); in copy_pud()
|