Home
last modified time | relevance | path

Searched refs:_CACHE_UNCACHED (Results 1 – 5 of 5) sorted by relevance

/arch/mips/include/asm/
Dpgtable-bits.h69 #define _CACHE_UNCACHED (1<<11) macro
99 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
115 #define _CACHE_UNCACHED _CACHE_UC_B macro
122 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) /* R4[0246]00 */ macro
Dio.h188 if (flags == _CACHE_UNCACHED) in __ioremap_mode()
207 flags == _CACHE_UNCACHED) in __ioremap_mode()
229 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
251 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
Dpgtable.h36 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
311 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_noncached()
/arch/mips/mm/
Dioremap.c137 flags == _CACHE_UNCACHED) in __ioremap()
/arch/mips/pci/
Dpci.c352 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pci_mmap_page_range()