Home
last modified time | relevance | path

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

12

/Linux-v4.19/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
/Linux-v4.19/include/linux/
Dhuge_mm.h149 #define split_huge_pmd(__vma, __pmd, __address) \ argument
287 #define split_huge_pmd(__vma, __pmd, __address) \ argument
295 #define split_huge_pud(__vma, __pmd, __address) \ argument
Dmmu_notifier.h391 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
/Linux-v4.19/arch/um/include/asm/
Dpage.h51 #define __pmd(x) ((pmd_t) { (x) } ) macro
63 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/arch/sparc/include/asm/
Dpage_64.h85 #define __pmd(x) ((pmd_t) { (x) } ) macro
108 #define __pmd(x) (x) macro
Dpage_32.h72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
100 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
/Linux-v4.19/arch/nds32/include/asm/
Dpage.h54 #define __pmd(x) (x) macro
/Linux-v4.19/arch/sh/include/asm/
Dpgtable-3level.h34 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable-64.h35 #define __pmd(x) ((pmd_t) { (x) }) macro
/Linux-v4.19/arch/parisc/include/asm/
Dpage.h56 #define __pmd(x) ((pmd_t) { (x) } ) macro
78 #define __pmd(x) (x) macro
/Linux-v4.19/arch/m68k/include/asm/
Dpage.h36 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable-types.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/include/asm-generic/
Dpgtable-nopmd.h50 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
Dpage.h57 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/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
/Linux-v4.19/arch/alpha/include/asm/
Dpage.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/arch/s390/include/asm/
Dpage.h96 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/arch/ia64/include/asm/
Dpage.h194 # define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dpage.h115 # define __pmd(x) ((pmd_t) { (x) }) macro
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-64.h238 #define __pmd(x) ((pmd_t) { (x) } ) macro
/Linux-v4.19/arch/x86/include/asm/
Dparavirt.h477 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h108 #define __pmd(x) native_make_pmd(x) macro

12