/linux/arch/arm/include/asm/ |
A D | pgtable-2level-types.h | 32 #define __pmd(x) ((pmd_t) { (x) } ) macro 50 #define __pmd(x) (x) macro
|
A D | pgtable-3level-types.h | 35 #define __pmd(x) ((pmd_t) { (x) } ) macro 52 #define __pmd(x) (x) macro
|
A D | page-nommu.h | 31 #define __pmd(x) (x) macro
|
/linux/include/linux/ |
A D | huge_mm.h | 199 #define split_huge_pmd(__vma, __pmd, __address) \ argument 391 #define split_huge_pmd(__vma, __pmd, __address) \ argument 399 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
A D | mmu_notifier.h | 601 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument
|
/linux/arch/sh/include/asm/ |
A D | pgtable-3level.h | 33 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/um/include/asm/ |
A D | page.h | 51 #define __pmd(x) ((pmd_t) { (x) } ) macro 63 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/sparc/include/asm/ |
A D | page_64.h | 85 #define __pmd(x) ((pmd_t) { (x) } ) macro 108 #define __pmd(x) (x) macro
|
A D | page_32.h | 72 #define __pmd(x) ((pmd_t) { { (x) }, }) macro 100 #define __pmd(x) (x) macro
|
/linux/arch/parisc/include/asm/ |
A D | page.h | 50 #define __pmd(x) ((pmd_t) { (x) } ) macro 72 #define __pmd(x) (x) macro
|
/linux/arch/m68k/include/asm/ |
A D | page.h | 27 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable-64.h | 27 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux/arch/arm64/include/asm/ |
A D | pgtable-types.h | 30 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/include/asm-generic/ |
A D | pgtable-nopmd.h | 51 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
A D | page.h | 57 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/arc/include/asm/ |
A D | page.h | 62 #define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux/arch/powerpc/include/asm/ |
A D | pgtable-types.h | 36 #define __pmd(x) ((pmd_t) { (x) }) macro
|
A D | pgtable-be-types.h | 24 #define __pmd(x) ((pmd_t) { cpu_to_be64(x) }) macro
|
/linux/arch/alpha/include/asm/ |
A D | page.h | 42 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/ia64/include/asm/ |
A D | page.h | 173 # define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable-64.h | 236 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/arch/s390/include/asm/ |
A D | page.h | 101 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux/mm/ |
A D | sparse-vmemmap.c | 59 pmd_t __pmd; in split_vmemmap_huge_pmd() local
|
/linux/arch/x86/include/asm/ |
A D | paravirt.h | 449 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
A D | pgtable.h | 111 #define __pmd(x) native_make_pmd(x) macro
|