Searched defs:__pmd (Results 1 - 21 of 21) sorted by relevance

/arch/arm/include/asm/
H A Dpage-nommu.h43 #define __pmd(x) (x) macro
H A Dpgtable-2level-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
62 #define __pmd(x) (x) macro
H A Dpgtable-3level-types.h47 #define __pmd(x) ((pmd_t) { (x) } ) macro
64 #define __pmd(x) (x) macro
/arch/arm64/include/asm/
H A Dpgtable-types.h44 #define __pmd(x) ((pmd_t) { (x) } ) macro
70 #define __pmd(x) (x) macro
/arch/m68k/include/asm/
H A Dpage.h35 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/sh/include/asm/
H A Dpgtable-3level.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/alpha/include/asm/
H A Dpage.h41 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/frv/include/asm/
H A Dpage.h37 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/m32r/include/asm/
H A Dpage.h40 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/microblaze/include/asm/
H A Dpage.h114 # define __pmd(x) ((pmd_t) { (x) }) macro
/arch/parisc/include/asm/
H A Dpage.h55 #define __pmd(x) ((pmd_t) { (x) } ) macro
77 #define __pmd(x) (x) macro
/arch/powerpc/include/asm/
H A Dpage.h304 #define __pmd(x) ((pmd_t) { (x) }) macro
344 #define __pmd(x) (x) macro
/arch/sparc/include/asm/
H A Dpage_64.h73 #define __pmd(x) ((pmd_t) { (x) } ) macro
96 #define __pmd(x) (x) macro
/arch/um/include/asm/
H A Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/ia64/include/asm/
H A Dpage.h192 # define __pmd(x) ((pmd_t) { (x) } ) macro
/arch/mips/include/asm/
H A Dpgtable-64.h162 #define __pmd(x) ((pmd_t) { (x) } ) macro
233 #define pfn_pmd(pfn, prot) __pmd(((pfn) << _PFN_SHIFT) | pgprot_val(prot))
/arch/s390/include/asm/
H A Dpage.h96 #define __pmd(x) ((pmd_t) { (x) } ) macro
H A Dpgtable.h1501 pmd_t __pmd; local
1502 pmd_val(__pmd) = physpage + massage_pgprot_pmd(pgprot);
1503 return __pmd;
/arch/tile/include/asm/
H A Dpage.h121 #define __pmd(x) hv_pte(x) macro
/arch/x86/include/asm/
H A Dparavirt.h549 static inline pmd_t __pmd(pmdval_t val) function
676 set_pmd(pmdp, __pmd(0));
H A Dpgtable.h78 #define __pmd(x) native_make_pmd(x) macro
260 return __pmd(v | set);
267 return __pmd(v & ~clear);
365 return __pmd(((phys_addr_t)page_nr << PAGE_SHIFT) |
390 return __pmd(val);

Completed in 578 milliseconds