Home
last modified time | relevance | path

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

/linux-4.4.14/arch/h8300/include/asm/
Dpgtable.h18 #define pgprot_writecombine(prot) (prot) macro
/linux-4.4.14/arch/c6x/include/asm/
Dpgtable.h73 #define pgprot_writecombine pgprot_noncached macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-nommu.h67 #define pgprot_writecombine(prot) __pgprot(0) macro
Dpgtable.h119 #define pgprot_writecombine(prot) \ macro
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable.h213 #define pgprot_writecombine pgprot_noncached_wc macro
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h415 #define pgprot_writecombine pgprot_writecombine macro
417 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h201 #define pgprot_writecombine(prot) \ macro
/linux-4.4.14/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.4.14/arch/metag/include/asm/
Dpgtable.h142 #define pgprot_writecombine(prot) \ macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h273 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h271 #define pgprot_writecombine(prot) \ macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable_types.h391 #define pgprot_writecombine pgprot_writecombine macro
/linux-4.4.14/include/asm-generic/
Dpgtable.h301 #define pgprot_writecombine pgprot_noncached macro
/linux-4.4.14/arch/x86/mm/
Dpat.c995 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h353 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h388 #define pgprot_writecombine(prot) \ macro