/linux-6.6.21/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
|
/linux-6.6.21/include/linux/ |
D | huge_mm.h | 155 #define split_huge_pmd(__vma, __pmd, __address) \ argument 304 #define split_huge_pmd(__vma, __pmd, __address) \ argument 312 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
/linux-6.6.21/arch/um/include/asm/ |
D | page.h | 51 #define __pmd(x) ((pmd_t) { (x) } ) macro 63 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | page.h | 52 #define __pmd(x) ((pmd_t) { (x) } ) macro 74 #define __pmd(x) (x) macro
|
/linux-6.6.21/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
|
/linux-6.6.21/arch/sh/include/asm/ |
D | pgtable-3level.h | 39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | page.h | 27 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgtable-types.h | 30 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/include/asm-generic/ |
D | pgtable-nopmd.h | 53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
D | page.h | 57 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/arc/include/asm/ |
D | page.h | 62 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | page.h | 41 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | pgtable-types.h | 36 #define __pmd(x) ((pmd_t) { (x) }) macro
|
D | pgtable-be-types.h | 24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
|
/linux-6.6.21/mm/ |
D | hugetlb_vmemmap.c | 41 pmd_t __pmd; in split_vmemmap_huge_pmd() local
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | page.h | 167 # define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable-64.h | 231 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/s390/include/asm/ |
D | page.h | 122 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable-64.h | 70 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | pgtable.h | 174 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | paravirt.h | 444 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
D | pgtable.h | 115 #define __pmd(x) native_make_pmd(x) macro
|