Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dpgtable-2level-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
62 #define __pmd(x) (x) macro
Dpgtable-3level-types.h47 #define __pmd(x) ((pmd_t) { (x) } ) macro
64 #define __pmd(x) (x) macro
Dpage-nommu.h34 #define __pmd(x) (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.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/sparc/include/asm/
Dpage_64.h79 #define __pmd(x) ((pmd_t) { (x) } ) macro
102 #define __pmd(x) (x) macro
Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #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/um/include/asm/
Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/powerpc/include/asm/
Dpgtable-types.h16 #define __pmd(x) ((pmd_t) { (x) }) macro
Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/arch/frv/include/asm/
Dpage.h35 #define __pmd(x) ((pmd_t) { { (x) } } ) macro
/arch/m32r/include/asm/
Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/alpha/include/asm/
Dpage.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/tile/include/asm/
Dpage.h123 #define __pmd(x) hv_pte(x) macro
/arch/s390/include/asm/
Dpage.h98 #define __pmd(x) ((pmd_t) { (x) } ) macro
Dpgtable.h1344 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.h249 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/x86/include/asm/
Dparavirt.h472 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h105 #define __pmd(x) native_make_pmd(x) macro