/linux-4.4.14/include/linux/ |
D | huge_mm.h | 105 #define split_huge_page_pmd(__vma, __address, __pmd) \ argument 112 #define wait_split_huge_page(__anon_vma, __pmd) \ argument 186 #define split_huge_page_pmd(__vma, __address, __pmd) \ argument 188 #define wait_split_huge_page(__anon_vma, __pmd) \ argument 190 #define split_huge_page_pmd_mm(__mm, __address, __pmd) \ argument
|
D | mmu_notifier.h | 371 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument 384 #define pmdp_huge_get_and_clear_notify(__mm, __haddr, __pmd) \ argument
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 44 #define __pmd(x) ((pmd_t) { (x) } ) macro 62 #define __pmd(x) (x) macro
|
D | pgtable-3level-types.h | 47 #define __pmd(x) ((pmd_t) { (x) } ) macro 64 #define __pmd(x) (x) macro
|
D | page-nommu.h | 43 #define __pmd(x) (x) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable-types.h | 44 #define __pmd(x) ((pmd_t) { (x) } ) macro 70 #define __pmd(x) (x) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | page_64.h | 73 #define __pmd(x) ((pmd_t) { (x) } ) macro 96 #define __pmd(x) (x) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable-3level.h | 32 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | page.h | 35 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | page.h | 53 #define __pmd(x) ((pmd_t) { (x) } ) macro 66 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | page.h | 55 #define __pmd(x) ((pmd_t) { (x) } ) macro 77 #define __pmd(x) (x) macro
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable-nopmd.h | 49 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
D | page.h | 59 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | page.h | 305 #define __pmd(x) ((pmd_t) { (x) }) macro 345 #define __pmd(x) (x) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | page.h | 40 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | page.h | 37 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | page.h | 41 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | page.h | 87 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
D | pgtable.h | 1443 pmd_t __pmd; in mk_pmd_phys() local
|
/linux-4.4.14/arch/tile/include/asm/ |
D | page.h | 123 #define __pmd(x) hv_pte(x) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-64.h | 162 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | page.h | 114 # define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | page.h | 192 # define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt.h | 525 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|
D | pgtable.h | 86 #define __pmd(x) native_make_pmd(x) macro
|