Home
last modified time | relevance | path

Searched defs:__pmd (Results 1 – 21 of 21) sorted by relevance

/arch/arm/include/asm/
Dpgtable-2level-types.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
50 #define __pmd(x) (x) macro
Dpgtable-3level-types.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
52 #define __pmd(x) (x) macro
Dpage-nommu.h31 #define __pmd(x) (x) macro
/arch/sh/include/asm/
Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/arch/m68k/include/asm/
Dpage.h27 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/arm64/include/asm/
Dpgtable-types.h30 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/um/include/asm/
Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/sparc/include/asm/
Dpage_64.h85 #define __pmd(x) ((pmd_t) { (x) } ) macro
108 #define __pmd(x) (x) macro
Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) (x) macro
/arch/parisc/include/asm/
Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
75 #define __pmd(x) (x) macro
/arch/arc/include/asm/
Dpage.h62 #define __pmd(x) ((pmd_t) { (x) }) macro
/arch/alpha/include/asm/
Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/powerpc/include/asm/
Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/arch/mips/include/asm/
Dpgtable-64.h231 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/ia64/include/asm/
Dpage.h167 # define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/s390/include/asm/
Dpage.h122 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/riscv/include/asm/
Dpgtable-64.h70 #define __pmd(x) ((pmd_t) { (x) }) macro
/arch/loongarch/include/asm/
Dpgtable.h174 #define __pmd(x) ((pmd_t) { (x) }) macro
/arch/x86/include/asm/
Dparavirt.h444 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h115 #define __pmd(x) native_make_pmd(x) macro