pgprot_writecombine   64 arch/arm/include/asm/pgtable-nommu.h #define pgprot_writecombine(prot) (prot)
pgprot_writecombine  119 arch/arm/include/asm/pgtable.h #define pgprot_writecombine(prot) \
pgprot_writecombine  415 arch/arm64/include/asm/pgtable.h #define pgprot_writecombine(prot) \
pgprot_writecombine   65 arch/c6x/include/asm/pgtable.h #define pgprot_writecombine pgprot_noncached
pgprot_writecombine  266 arch/csky/include/asm/pgtable.h #define pgprot_writecombine pgprot_writecombine
pgprot_writecombine  267 arch/csky/include/asm/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
pgprot_writecombine   19 arch/h8300/include/asm/pgtable.h #define pgprot_writecombine(prot)  (prot)
pgprot_writecombine  354 arch/ia64/include/asm/pgtable.h #define pgprot_writecombine(prot)	__pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC)
pgprot_writecombine   36 arch/microblaze/include/asm/pgtable.h #define pgprot_writecombine	pgprot_noncached
pgprot_writecombine  429 arch/mips/include/asm/pgtable.h #define pgprot_writecombine pgprot_writecombine
pgprot_writecombine  431 arch/mips/include/asm/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
pgprot_writecombine  308 arch/nds32/include/asm/pgtable.h #define pgprot_writecombine(prot)  __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB)
pgprot_writecombine  616 arch/powerpc/include/asm/book3s/32/pgtable.h #define pgprot_writecombine pgprot_writecombine
pgprot_writecombine  617 arch/powerpc/include/asm/book3s/32/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t prot)
pgprot_writecombine  845 arch/powerpc/include/asm/book3s/64/pgtable.h #define pgprot_writecombine pgprot_writecombine
pgprot_writecombine  846 arch/powerpc/include/asm/book3s/64/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t prot)
pgprot_writecombine  259 arch/powerpc/include/asm/nohash/pgtable.h #define pgprot_writecombine pgprot_noncached_wc
pgprot_writecombine  379 arch/sh/include/asm/pgtable_32.h #define pgprot_writecombine(prot) \
pgprot_writecombine  204 arch/sh/include/asm/pgtable_64.h #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE)
pgprot_writecombine  199 arch/unicore32/include/asm/pgtable.h #define pgprot_writecombine(prot)	\
pgprot_writecombine  514 arch/x86/include/asm/pgtable_types.h #define pgprot_writecombine	pgprot_writecombine
pgprot_writecombine 1086 arch/x86/mm/pat.c pgprot_t pgprot_writecombine(pgprot_t prot)
pgprot_writecombine  498 include/asm-generic/pgtable.h #define pgprot_writecombine pgprot_noncached