Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dpgtable-bits.h167 # define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro
168 # define _CACHE_MASK _CACHE_UNCACHED
227 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED
249 #ifndef _CACHE_UNCACHED
250 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
Dio.h176 if (flags == _CACHE_UNCACHED) in __ioremap_mode()
195 flags == _CACHE_UNCACHED) in __ioremap_mode()
229 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
251 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
Dpgtable.h43 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
424 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c1590 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1596 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1602 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1608 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1613 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1618 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1623 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1628 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1633 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1638 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
/Linux-v5.4/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h35 #define _CACHE_UNCACHED (_PAGE_VALID) macro
/Linux-v5.4/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h34 #define _CACHE_UNCACHED (_PAGE_VALID | _PAGE_UNCACHE) macro
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h261 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
271 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
/Linux-v5.4/arch/mips/mm/
Dioremap.c151 flags == _CACHE_UNCACHED) in __ioremap()