/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 32 #define __pmd(x) ((pmd_t) { (x) } ) macro 50 #define __pmd(x) (x) macro
|
D | pgtable-3level-types.h | 35 #define __pmd(x) ((pmd_t) { (x) } ) macro 52 #define __pmd(x) (x) macro
|
D | page-nommu.h | 31 #define __pmd(x) (x) macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | huge_mm.h | 202 #define split_huge_pmd(__vma, __pmd, __address) \ argument 409 #define split_huge_pmd(__vma, __pmd, __address) \ argument 417 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
D | mmu_notifier.h | 595 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgtable-3level.h | 33 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | page.h | 51 #define __pmd(x) ((pmd_t) { (x) } ) macro 63 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | page.h | 50 #define __pmd(x) ((pmd_t) { (x) } ) macro 72 #define __pmd(x) (x) macro
|
/kernel/linux/linux-5.10/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) (x) macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgtable-64.h | 27 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | page.h | 27 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable-types.h | 30 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nopmd.h | 51 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
D | page.h | 57 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | pgtable-types.h | 20 #define __pmd(x) ((pmd_t) { (x) }) macro
|
D | pgtable-be-types.h | 24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | page.h | 42 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable-64.h | 237 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | page.h | 194 # define __pmd(x) ((pmd_t) { (x) } ) macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | page.h | 98 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
D | pgtable.h | 1467 pmd_t __pmd; in mk_pmd_phys() local
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | paravirt.h | 420 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
D | pgtable.h | 111 #define __pmd(x) native_make_pmd(x) macro
|