Searched defs:pgprot_writecombine (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h73 #define pgprot_writecombine pgprot_noncached macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable.h202 #define pgprot_writecombine pgprot_noncached_wc macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h67 #define pgprot_writecombine(prot) __pgprot(0) macro
H A Dpgtable.h119 #define pgprot_writecombine(prot) \ macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h201 #define pgprot_writecombine(prot) \ pte_mkspecial() macro
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable_32.h378 #define pgprot_writecombine(prot) \ macro
H A Dpgtable_64.h207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable.h415 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) pgprot_writecombine() function
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h142 #define pgprot_writecombine(prot) \ pte_mkhuge() macro
/linux-4.1.27/include/asm-generic/
H A Dpgtable.h262 #define pgprot_writecombine pgprot_noncached macro
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable_types.h365 #define pgprot_writecombine pgprot_writecombine macro
/linux-4.1.27/arch/x86/mm/
H A Dpat.c914 pgprot_t pgprot_writecombine(pgprot_t prot) pgprot_writecombine() function
922 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h271 #define pgprot_writecombine(prot) \ macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable.h273 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h326 #define pgprot_writecombine(prot) \ macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h353 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro

Completed in 586 milliseconds