/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/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/include/linux/ |
H A D | huge_mm.h | 424 #define split_huge_pmd(__vma, __pmd, __address) \ argument 614 #define split_huge_pmd(__vma, __pmd, __address) \ argument 632 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable-types.h | 38 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/include/asm-generic/ |
H A D | pgtable-nopmd.h | 53 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
/linux/arch/arc/include/asm/ |
H A D | page.h | 62 #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/s390/include/asm/ |
H A D | page.h | 125 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 68 #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 | pgtable.h | 114 #define __pmd(x) native_make_pmd(x) macro
|