/linux-6.14.4/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.14.4/arch/parisc/include/asm/ |
D | page.h | 43 #define __pmd(x) ((pmd_t) { (x) } ) macro 65 #define __pmd(x) (x) macro
|
/linux-6.14.4/arch/sparc/include/asm/ |
D | page_64.h | 82 #define __pmd(x) ((pmd_t) { (x) } ) macro 105 #define __pmd(x) (x) macro
|
D | page_32.h | 70 #define __pmd(x) ((pmd_t) { { (x) }, }) macro 98 #define __pmd(x) (x) macro
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | page.h | 21 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.14.4/arch/sh/include/asm/ |
D | pgtable-3level.h | 39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | pgtable-types.h | 30 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.14.4/include/linux/ |
D | huge_mm.h | 366 #define split_huge_pmd(__vma, __pmd, __address) \ argument 537 #define split_huge_pmd(__vma, __pmd, __address) \ argument 555 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
/linux-6.14.4/include/asm-generic/ |
D | pgtable-nopmd.h | 53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
/linux-6.14.4/arch/arc/include/asm/ |
D | page.h | 62 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-6.14.4/arch/alpha/include/asm/ |
D | page.h | 37 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | pgtable-be-types.h | 24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
|
D | pgtable-types.h | 36 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-6.14.4/arch/um/include/asm/ |
D | page.h | 39 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.14.4/arch/mips/include/asm/ |
D | pgtable-64.h | 231 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.14.4/mm/ |
D | hugetlb_vmemmap.c | 54 pmd_t __pmd; in vmemmap_split_pmd() local
|
/linux-6.14.4/arch/s390/include/asm/ |
D | page.h | 117 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | pgtable-64.h | 68 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-6.14.4/arch/x86/include/asm/ |
D | paravirt.h | 437 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
D | pgtable.h | 114 #define __pmd(x) native_make_pmd(x) macro
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | pgtable.h | 177 #define __pmd(x) ((pmd_t) { (x) }) macro
|