Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dpage.h162 #define __pmd(x) ((pmd_t) { (x) } ) macro
180 #define __pmd(x) (x) macro
Dpage-nommu.h43 #define __pmd(x) (x) macro
/arch/sparc/include/asm/
Dpage_64.h75 #define __pmd(x) ((pmd_t) { (x) } ) macro
95 #define __pmd(x) (x) macro
/arch/parisc/include/asm/
Dpage.h63 #define __pmd(x) ((pmd_t) { (x) } ) macro
85 #define __pmd(x) (x) macro
/arch/powerpc/include/asm/
Dpage.h167 #define __pmd(x) ((pmd_t) { (x) }) macro
207 #define __pmd(x) (x) macro
/arch/um/include/asm/
Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/m68k/include/asm/
Dpage_no.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro
Dpage_mm.h102 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/blackfin/include/asm/
Dpage.h50 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/h8300/include/asm/
Dpage.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/alpha/include/asm/
Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/s390/include/asm/
Dpage.h106 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/mips/include/asm/
Dpage.h106 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/x86/include/asm/
Dpage.h171 #define __pmd(x) native_make_pmd(x) macro
Dparavirt.h1186 static inline pmd_t __pmd(pmdval_t val) in __pmd() function