Home
last modified time | relevance | path

Searched defs:__pmd (Results 1 – 11 of 11) 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/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/arm64/include/asm/
H A Dpgtable-types.h38 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux/include/asm-generic/
H A Dpgtable-nopmd.h53 #define __pmd(x) ((pmd_t) { __pud(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.h196 #define __pmd(x) ((pmd_t) { (x) }) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h106 #define __pmd(x) native_make_pmd(x) macro