Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
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/arch/sparc/include/asm/
H A Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) (x) macro
/linux/arch/m68k/include/asm/
H A Dpage.h21 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/arch/sh/include/asm/
H A Dpgtable-3level.h39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-be-types.h24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
H A Dpgtable-types.h36 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h68 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h203 #define __pmd(x) ((pmd_t) { (x) }) macro