Symbol: _CACHE_UNCACHED
arch/csky/include/asm/io.h
39
__pgprot((_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED))
arch/csky/include/asm/pgtable.h
237
prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO;
arch/csky/include/asm/pgtable.h
247
prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
arch/csky/include/asm/pgtable.h
70
_CACHE_UNCACHED | _PAGE_SO)
arch/mips/include/asm/io.h
133
ioremap_prot((offset), (size), __pgprot(_CACHE_UNCACHED))
arch/mips/include/asm/pgtable-bits.h
184
# define _CACHE_MASK _CACHE_UNCACHED
arch/mips/include/asm/pgtable-bits.h
243
#define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED
arch/mips/include/asm/pgtable-bits.h
260
#ifndef _CACHE_UNCACHED
arch/mips/include/asm/pgtable.h
35
__WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
arch/mips/include/asm/pgtable.h
464
prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1314
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1320
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1326
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1332
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1337
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1342
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1347
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1352
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1357
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1362
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1367
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1373
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1378
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1383
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1388
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1394
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-probe.c
1861
c->writecombine = _CACHE_UNCACHED;
arch/mips/kernel/cpu-r3k-probe.c
82
c->writecombine = _CACHE_UNCACHED;
arch/mips/mm/ioremap.c
72
flags == _CACHE_UNCACHED)
arch/mips/mm/ioremap64.c
9
u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE);