Home
last modified time | relevance | path

Searched defs:__pud (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/arch/sparc/include/asm/
Dpage_64.h86 #define __pud(x) ((pud_t) { (x) } ) macro
109 #define __pud(x) (x) macro
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable-types.h36 #define __pud(x) ((pud_t) { (x) } ) macro
/linux-6.1.9/include/asm-generic/
Dpgtable-nopud.h49 #define __pud(x) ((pud_t) { __p4d(x) }) macro
/linux-6.1.9/arch/arc/include/asm/
Dpage.h51 #define __pud(x) ((pud_t) { (x) }) macro
/linux-6.1.9/arch/powerpc/include/asm/
Dpgtable-types.h44 #define __pud(x) ((pud_t) { (x) }) macro
Dpgtable-be-types.h38 #define __pud(x) ((pud_t) { cpu_to_be64(x) }) macro
/linux-6.1.9/arch/mips/include/asm/
Dpgtable-64.h177 #define __pud(x) ((pud_t) { (x) }) macro
/linux-6.1.9/arch/s390/include/asm/
Dpage.h124 #define __pud(x) ((pud_t) { (x) } ) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable-64.h61 #define __pud(x) ((pud_t) { (x) }) macro
/linux-6.1.9/include/linux/
Dhuge_mm.h211 #define split_huge_pud(__vma, __pud, __address) \ argument
Dmmu_notifier.h614 #define pudp_huge_clear_flush_notify(__vma, __haddr, __pud) \ argument
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h110 #define __pud(x) ((pud_t) { (x) }) macro
/linux-6.1.9/arch/x86/include/asm/
Dparavirt.h467 static inline pud_t __pud(pudval_t val) in __pud() function
Dpgtable.h109 #define __pud(x) native_make_pud(x) macro