Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhuge_mm.h105 #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
Dmmu_notifier.h371 #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/
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-4.4.14/arch/arm64/include/asm/
Dpgtable-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
70 #define __pmd(x) (x) macro
/linux-4.4.14/arch/sparc/include/asm/
Dpage_64.h73 #define __pmd(x) ((pmd_t) { (x) } ) macro
96 #define __pmd(x) (x) macro
/linux-4.4.14/arch/sh/include/asm/
Dpgtable-3level.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/m68k/include/asm/
Dpage.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/um/include/asm/
Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/parisc/include/asm/
Dpage.h55 #define __pmd(x) ((pmd_t) { (x) } ) macro
77 #define __pmd(x) (x) macro
/linux-4.4.14/include/asm-generic/
Dpgtable-nopmd.h49 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
Dpage.h59 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dpage.h305 #define __pmd(x) ((pmd_t) { (x) }) macro
345 #define __pmd(x) (x) macro
/linux-4.4.14/arch/m32r/include/asm/
Dpage.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/frv/include/asm/
Dpage.h37 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/alpha/include/asm/
Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/s390/include/asm/
Dpage.h87 #define __pmd(x) ((pmd_t) { (x) } ) macro
Dpgtable.h1443 pmd_t __pmd; in mk_pmd_phys() local
/linux-4.4.14/arch/tile/include/asm/
Dpage.h123 #define __pmd(x) hv_pte(x) macro
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-64.h162 #define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/microblaze/include/asm/
Dpage.h114 # define __pmd(x) ((pmd_t) { (x) }) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpage.h192 # define __pmd(x) ((pmd_t) { (x) } ) macro
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h525 static inline pmd_t __pmd(pmdval_t val) in __pmd() function
Dpgtable.h86 #define __pmd(x) native_make_pmd(x) macro