Home
last modified time | relevance | path

Searched defs:__pmd (Results 1 – 23 of 23) sorted by relevance

/linux-3.3/include/linux/
Dhuge_mm.h91 #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/
Dpgtable-2level-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
62 #define __pmd(x) (x) macro
Dpgtable-3level-types.h47 #define __pmd(x) ((pmd_t) { (x) } ) macro
64 #define __pmd(x) (x) macro
Dpage-nommu.h43 #define __pmd(x) (x) macro
/linux-3.3/arch/sparc/include/asm/
Dpage_64.h75 #define __pmd(x) ((pmd_t) { (x) } ) macro
95 #define __pmd(x) (x) macro
/linux-3.3/arch/sh/include/asm/
Dpgtable-3level.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/parisc/include/asm/
Dpage.h54 #define __pmd(x) ((pmd_t) { (x) } ) macro
76 #define __pmd(x) (x) macro
/linux-3.3/arch/m68k/include/asm/
Dpage.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/um/include/asm/
Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/include/asm-generic/
Dpgtable-nopmd.h49 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
Dpage.h59 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/powerpc/include/asm/
Dpage.h295 #define __pmd(x) ((pmd_t) { (x) }) macro
335 #define __pmd(x) (x) macro
/linux-3.3/arch/m32r/include/asm/
Dpage.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/frv/include/asm/
Dpage.h37 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/h8300/include/asm/
Dpage.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/alpha/include/asm/
Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/tile/include/asm/
Dpage.h113 #define __pmd(x) hv_pte(x) macro
/linux-3.3/arch/s390/include/asm/
Dpage.h109 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/ia64/include/asm/
Dpage.h192 # define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/mips/include/asm/
Dpgtable-64.h161 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-3.3/arch/microblaze/include/asm/
Dpage.h115 # define __pmd(x) ((pmd_t) { (x) }) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable.h76 #define __pmd(x) native_make_pmd(x) macro
Dparavirt.h590 static inline pmd_t __pmd(pmdval_t val) in __pmd() function