_CACHE_MASK        59 arch/csky/include/asm/pgtable.h 			 _CACHE_MASK)
_CACHE_MASK       261 arch/csky/include/asm/pgtable.h 	prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO;
_CACHE_MASK       271 arch/csky/include/asm/pgtable.h 	prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
_CACHE_MASK       214 arch/mips/include/asm/io.h 	return __ioremap_mode(offset, size, prot_val & _CACHE_MASK);
_CACHE_MASK       272 arch/mips/include/asm/pgtable-bits.h 			 _PFN_MASK | _CACHE_MASK)
_CACHE_MASK       424 arch/mips/include/asm/pgtable.h 	prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
_CACHE_MASK       436 arch/mips/include/asm/pgtable.h 	prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
_CACHE_MASK       451 arch/mips/include/asm/pgtable.h 	pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
_CACHE_MASK       453 arch/mips/include/asm/pgtable.h 	pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
_CACHE_MASK       460 arch/mips/include/asm/pgtable.h 	pte.pte_high &= (_PFN_MASK | _CACHE_MASK);
_CACHE_MASK       462 arch/mips/include/asm/pgtable.h 	pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
_CACHE_MASK       119 arch/mips/loongson64/common/mem.c 					 ~_CACHE_MASK) |
_CACHE_MASK        47 drivers/video/fbdev/gbefb.c #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)
_CACHE_MASK        49 drivers/video/fbdev/gbefb.c #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)