Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dpgtable-bits.h150 # define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro
151 # define _CACHE_MASK _CACHE_UNCACHED
210 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED
239 #ifndef _CACHE_UNCACHED
240 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
Dio.h197 if (flags == _CACHE_UNCACHED) in __ioremap_mode()
216 flags == _CACHE_UNCACHED) in __ioremap_mode()
238 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
260 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
Dpgtable.h41 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
450 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c1528 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1534 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1540 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1546 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1551 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1556 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1561 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1566 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1571 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1576 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
/Linux-v4.19/arch/mips/mm/
Dioremap.c151 flags == _CACHE_UNCACHED) in __ioremap()