Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dpgtable-bits.h100 #define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro
101 #define _CACHE_MASK _CACHE_UNCACHED
236 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED
265 #ifndef _CACHE_UNCACHED
266 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
Dio.h195 if (flags == _CACHE_UNCACHED) in __ioremap_mode()
214 flags == _CACHE_UNCACHED) in __ioremap_mode()
236 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
258 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
Dpgtable.h40 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
410 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_noncached()
/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c1023 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1029 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1035 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1041 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1046 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1051 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1056 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1061 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1066 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1071 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
/linux-4.1.27/arch/mips/mm/
Dioremap.c135 flags == _CACHE_UNCACHED) in __ioremap()
/linux-4.1.27/arch/mips/pci/
Dpci.c342 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pci_mmap_page_range()