/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 44 #define __pmd(x) ((pmd_t) { (x) } ) macro 62 #define __pmd(x) (x) macro
|
D | pgtable-3level-types.h | 47 #define __pmd(x) ((pmd_t) { (x) } ) macro 64 #define __pmd(x) (x) macro
|
D | page-nommu.h | 34 #define __pmd(x) (x) macro
|
/Linux-v4.19/include/linux/ |
D | huge_mm.h | 149 #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
|
D | mmu_notifier.h | 391 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
|
/Linux-v4.19/arch/um/include/asm/ |
D | page.h | 51 #define __pmd(x) ((pmd_t) { (x) } ) macro 63 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | page_64.h | 85 #define __pmd(x) ((pmd_t) { (x) } ) macro 108 #define __pmd(x) (x) macro
|
D | page_32.h | 72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro 100 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | page.h | 54 #define __pmd(x) (x) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable-3level.h | 34 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable-64.h | 35 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | page.h | 56 #define __pmd(x) ((pmd_t) { (x) } ) macro 78 #define __pmd(x) (x) macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | page.h | 36 #define __pmd(x) ((pmd_t) { { (x) }, }) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable-types.h | 40 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable-nopmd.h | 50 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
D | page.h | 57 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pgtable-types.h | 16 #define __pmd(x) ((pmd_t) { (x) }) macro
|
D | pgtable-be-types.h | 24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | page.h | 42 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | page.h | 96 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | page.h | 194 # define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | page.h | 115 # define __pmd(x) ((pmd_t) { (x) }) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-64.h | 238 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt.h | 477 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
D | pgtable.h | 108 #define __pmd(x) native_make_pmd(x) macro
|