Home
last modified time | relevance | path

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

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