Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dpgtable-bits.h100 #define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro
101 #define _CACHE_MASK _CACHE_UNCACHED
231 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED
260 #ifndef _CACHE_UNCACHED
261 #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.4.14/arch/mips/kernel/
Dcpu-probe.c1055 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1061 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1067 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1073 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1078 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1083 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1088 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1093 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1098 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1103 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
/linux-4.4.14/arch/mips/mm/
Dioremap.c135 flags == _CACHE_UNCACHED) in __ioremap()
/linux-4.4.14/arch/mips/pci/
Dpci.c342 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pci_mmap_page_range()