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

/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h31 #define __pmd(x) (x) macro
H A Dpgtable-2level-types.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
50 #define __pmd(x) (x) macro
H A Dpgtable-3level-types.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
52 #define __pmd(x) (x) macro
/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/linux-master/arch/m68k/include/asm/
H A Dpage.h23 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
H A Dpage.h57 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/arch/powerpc/include/asm/
H A Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
H A Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
/linux-master/arch/arc/include/asm/
H A Dpage.h62 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h30 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) (x) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h84 #define __pmd(x) ((pmd_t) { (x) } ) macro
107 #define __pmd(x) (x) macro
H A Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) (x) macro
/linux-master/arch/um/include/asm/
H A Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h231 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/mm/
H A Dhugetlb_vmemmap.c52 pmd_t __pmd; local
/linux-master/arch/s390/include/asm/
H A Dpage.h122 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h70 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h174 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux-master/arch/x86/include/asm/
H A Dparavirt.h444 static inline pmd_t __pmd(pmdval_t val) function
H A Dpgtable.h114 #define __pmd(x) native_make_pmd(x) macro

Completed in 413 milliseconds