/linux-3.3/include/linux/ |
D | huge_mm.h | 91 #define split_huge_page_pmd(__mm, __pmd) \ argument 97 #define wait_split_huge_page(__anon_vma, __pmd) \ argument 162 #define split_huge_page_pmd(__mm, __pmd) \ argument 164 #define wait_split_huge_page(__anon_vma, __pmd) \ argument
|
/linux-3.3/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-3.3/arch/sparc/include/asm/ |
D | page_64.h | 75 #define __pmd(x) ((pmd_t) { (x) } ) macro 95 #define __pmd(x) (x) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable-3level.h | 32 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | page.h | 54 #define __pmd(x) ((pmd_t) { (x) } ) macro 76 #define __pmd(x) (x) macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | page.h | 35 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/um/include/asm/ |
D | page.h | 53 #define __pmd(x) ((pmd_t) { (x) } ) macro 66 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/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-3.3/arch/powerpc/include/asm/ |
D | page.h | 295 #define __pmd(x) ((pmd_t) { (x) }) macro 335 #define __pmd(x) (x) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | page.h | 40 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | page.h | 37 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | page.h | 42 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | page.h | 41 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | page.h | 113 #define __pmd(x) hv_pte(x) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | page.h | 109 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | page.h | 192 # define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | pgtable-64.h | 161 #define __pmd(x) ((pmd_t) { (x) } ) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | page.h | 115 # define __pmd(x) ((pmd_t) { (x) }) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable.h | 76 #define __pmd(x) native_make_pmd(x) macro
|
D | paravirt.h | 590 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
|