/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()
|
H A D | page.h | 45 #define __pud(x) ((pud_t) { (x) } ) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 59 #define __pud(x) ((pud_t) { (x) }) macro 208 set_pud(pudp, __pud(0)); in pud_clear() 213 return __pud((pfn << _PAGE_PFN_SHIFT) | pgprot_val(prot)); in pfn_pud()
|
/linux/arch/x86/include/asm/ |
H A D | pgalloc.h | 102 set_pud(pud, __pud(_PAGE_TABLE | __pa(pmd))); in pud_populate() 108 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()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | radix.h | 282 return __pud(pud_val(pud) | _PAGE_PTE); in radix__pud_mkhuge() 325 return __pud(pud_val(pud) | (_PAGE_PTE | _PAGE_DEVMAP)); in radix__pud_mkdevmap()
|
H A D | pgalloc.h | 133 *pud = __pud(__pgtable_ptr_val(pmd) | PUD_VAL_BITS); in pud_populate()
|
/linux/arch/x86/mm/ |
H A D | ident_map.c | 127 pudval = __pud((addr - info->offset) | info->page_flag); in ident_pud_init() 141 set_pud(pud, __pud(__pa(pmd) | info->kernpg_flag)); in ident_pud_init()
|
/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/arm64/include/asm/ |
H A D | pgtable-types.h | 36 #define __pud(x) ((pud_t) { (x) } ) macro
|
/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/parisc/include/asm/ |
H A D | pgalloc.h | 43 set_pud(pud, __pud((PxD_FLAG_PRESENT | PxD_FLAG_VALID) + in pud_populate()
|
/linux/include/linux/ |
H A D | huge_mm.h | 391 #define split_huge_pud(__vma, __pud, __address) \ argument 393 pud_t *____pud = (__pud); \ 396 __split_huge_pud(__vma, __pud, __address); \
|
/linux/arch/arc/include/asm/ |
H A D | pgalloc.h | 88 set_pud(pudp, __pud((unsigned long)pmdp)); in pud_populate()
|
H A D | page.h | 51 #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/arch/mips/include/asm/ |
H A D | pgalloc.h | 42 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
/linux/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 31 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
/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 | 174 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()
|