/linux/arch/arm/include/asm/ |
H A D | pgtable-2level-types.h | 32 #define __pmd(x) ((pmd_t) { (x) } ) macro 50 #define __pmd(x) (x) macro
|
H A D | pgtable-3level-types.h | 35 #define __pmd(x) ((pmd_t) { (x) } ) macro 52 #define __pmd(x) (x) macro
|
H A D | page-nommu.h | 31 #define __pmd(x) (x) macro
|
/linux/arch/parisc/include/asm/ |
H A D | page.h | 43 #define __pmd(x) ((pmd_t) { (x) } ) macro 65 #define __pmd(x) (x) macro
|
/linux/arch/sparc/include/asm/ |
H A D | page_64.h | 82 #define __pmd(x) ((pmd_t) { (x) } ) macro 105 #define __pmd(x) (x) macro
|
H A D | page_32.h | 70 #define __pmd(x) ((pmd_t) { { (x) }, }) macro 98 #define __pmd(x) (x) macro
|
/linux/arch/m68k/include/asm/ |
H A D | page.h | 21 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/sh/include/asm/ |
H A D | pgtable-3level.h | 39 #define __pmd(x) ((pmd_t) { .pmd = (x) } ) macro
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable-types.h | 38 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/include/linux/ |
H A D | huge_mm.h | 402 #define split_huge_pmd(__vma, __pmd, __address) \ argument 575 #define split_huge_pmd(__vma, __pmd, __address) \ argument 593 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
/linux/arch/arc/include/asm/ |
H A D | page.h | 62 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux/arch/alpha/include/asm/ |
H A D | page.h | 37 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | pgtable-types.h | 36 #define __pmd(x) ((pmd_t) { (x) }) macro
|
H A D | pgtable-be-types.h | 24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
|
/linux/arch/um/include/asm/ |
H A D | page.h | 39 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/mips/include/asm/ |
H A D | pgtable-64.h | 231 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/s390/include/asm/ |
H A D | page.h | 125 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/mm/ |
H A D | hugetlb_vmemmap.c | 54 pmd_t __pmd; in vmemmap_split_pmd() local
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 177 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux/arch/x86/include/asm/ |
H A D | paravirt.h | 421 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
H A D | pgtable.h | 114 #define __pmd(x) native_make_pmd(x) macro
|