Searched defs:__pmd (Results 1 - 23 of 23) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Dpage-nommu.h43 #define __pmd(x) (x) macro
H A Dpgtable-2level-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
62 #define __pmd(x) (x) macro
H A Dpgtable-3level-types.h47 #define __pmd(x) ((pmd_t) { (x) } ) macro
64 #define __pmd(x) (x) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable-3level.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
70 #define __pmd(x) (x) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dpage.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/include/asm-generic/
H A Dpgtable-nopmd.h49 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
H A Dpage.h59 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpage.h37 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpage.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpage_64.h73 #define __pmd(x) ((pmd_t) { (x) } ) macro
96 #define __pmd(x) (x) macro
/linux-4.1.27/arch/um/include/asm/
H A Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpage.h114 # define __pmd(x) ((pmd_t) { (x) }) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dpage.h55 #define __pmd(x) ((pmd_t) { (x) } ) macro
77 #define __pmd(x) (x) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpage.h304 #define __pmd(x) ((pmd_t) { (x) }) macro
344 #define __pmd(x) (x) macro
/linux-4.1.27/arch/tile/include/asm/
H A Dpage.h121 #define __pmd(x) hv_pte(x) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpage.h87 #define __pmd(x) ((pmd_t) { (x) } ) macro
H A Dpgtable.h1376 pmd_t __pmd; mk_pmd_phys() local
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable-64.h162 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dpage.h192 # define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dparavirt.h549 static inline pmd_t __pmd(pmdval_t val) __pmd() function
H A Dpgtable.h79 #define __pmd(x) native_make_pmd(x) macro

Completed in 978 milliseconds