| /linux-6.15/arch/s390/mm/ |
| H A D | hugetlbpage.c | 89 present = pud_present(__pud(rste)); in __rste_to_pte() 90 none = pud_none(__pud(rste)); in __rste_to_pte() 149 folio = page_folio(pud_page(__pud(rste))); in clear_huge_pte_skeys() 200 pudp_xchg_direct(mm, addr, pudp, __pud(_REGION3_ENTRY_EMPTY)); in __huge_ptep_get_and_clear()
|
| /linux-6.15/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-6.15/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-6.15/arch/sparc/include/asm/ |
| H A D | page_64.h | 83 #define __pud(x) ((pud_t) { (x) } ) macro 106 #define __pud(x) (x) macro
|
| /linux-6.15/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-6.15/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()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 199 return __pud(old_pud); in pudp_invalidate() 246 return __pud(pud_val(pud) | pgprot_val(pgprot)); in pud_set_protbits() 269 return __pud_mkhuge(pud_set_protbits(__pud(pudv), pgprot)); in pfn_pud() 292 return pud_set_protbits(__pud(pudv), newprot); in pud_modify()
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | pgtable-3level.h | 50 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0)
|
| /linux-6.15/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()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | ident_map.c | 125 pudval = __pud((addr - info->offset) | info->page_flag); in ident_pud_init() 139 set_pud(pud, __pud(__pa(pmd) | info->kernpg_flag)); in ident_pud_init()
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | pgalloc.h | 28 set_pud(pud, __pud((PxD_FLAG_PRESENT | PxD_FLAG_VALID) + in pud_populate()
|
| /linux-6.15/arch/sh/mm/ |
| H A D | pgtable.c | 47 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable-types.h | 36 #define __pud(x) ((pud_t) { (x) } ) macro
|
| /linux-6.15/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-6.15/arch/arc/include/asm/ |
| H A D | pgalloc.h | 83 set_pud(pudp, __pud((unsigned long)pmdp)); in pud_populate()
|
| H A D | page.h | 51 #define __pud(x) ((pud_t) { (x) }) macro
|
| /linux-6.15/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-6.15/arch/mips/include/asm/ |
| H A D | pgalloc.h | 41 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | pgalloc.h | 31 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | pgalloc.h | 28 set_pud(pud, __pud(__pa(pmd) | PMD_TYPE_TABLE)); in pud_populate()
|
| /linux-6.15/arch/x86/power/ |
| H A D | hibernate_64.c | 71 __pud(__pa(pmd) | pgprot_val(pgtable_prot))); in set_up_temporary_text_mapping()
|