Home
last modified time | relevance | path

Searched defs:__pmd (Results 1 – 22 of 22) 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.h40 #define __pmd(x) (x) macro
/arch/sh/include/asm/
Dpgtable-3level.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/arm64/include/asm/
Dpgtable-types.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/m68k/include/asm/
Dpage.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/sparc/include/asm/
Dpage_64.h74 #define __pmd(x) ((pmd_t) { (x) } ) macro
97 #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/parisc/include/asm/
Dpage.h55 #define __pmd(x) ((pmd_t) { (x) } ) macro
77 #define __pmd(x) (x) macro
/arch/powerpc/include/asm/
Dpgtable-types.h15 #define __pmd(x) ((pmd_t) { (x) }) macro
Dpgtable-be-types.h23 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/arch/frv/include/asm/
Dpage.h34 #define __pmd(x) ((pmd_t) { { (x) } } ) macro
/arch/m32r/include/asm/
Dpage.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/alpha/include/asm/
Dpage.h41 #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.h89 #define __pmd(x) ((pmd_t) { (x) } ) macro
Dpgtable.h1227 pmd_t __pmd; in mk_pmd_phys() local
/arch/microblaze/include/asm/
Dpage.h114 # define __pmd(x) ((pmd_t) { (x) }) macro
/arch/mips/include/asm/
Dpgtable-64.h166 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/ia64/include/asm/
Dpage.h193 # define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/x86/include/asm/
Dpgtable.h95 #define __pmd(x) native_make_pmd(x) macro
Dparavirt.h495 static inline pmd_t __pmd(pmdval_t val) in __pmd() function