Home
last modified time | relevance | path

Searched defs:__pmd (Results 1 – 22 of 22) 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/nds32/include/asm/
Dpage.h54 #define __pmd(x) (x) macro
/arch/riscv/include/asm/
Dpgtable-64.h27 #define __pmd(x) ((pmd_t) { (x) }) macro
/arch/sh/include/asm/
Dpgtable-3level.h34 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/m68k/include/asm/
Dpage.h36 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
/arch/arm64/include/asm/
Dpgtable-types.h29 #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) ((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/parisc/include/asm/
Dpage.h56 #define __pmd(x) ((pmd_t) { (x) } ) macro
78 #define __pmd(x) (x) macro
/arch/powerpc/include/asm/
Dpgtable-types.h20 #define __pmd(x) ((pmd_t) { (x) }) macro
Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/arch/alpha/include/asm/
Dpage.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/s390/include/asm/
Dpage.h96 #define __pmd(x) ((pmd_t) { (x) } ) macro
Dpgtable.h1419 pmd_t __pmd; in mk_pmd_phys() local
/arch/ia64/include/asm/
Dpage.h194 # define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/microblaze/include/asm/
Dpage.h115 # define __pmd(x) ((pmd_t) { (x) }) macro
/arch/mips/include/asm/
Dpgtable-64.h243 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/x86/include/asm/
Dparavirt.h464 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h110 #define __pmd(x) native_make_pmd(x) macro