Searched refs:scache_size (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mm/
H A Dsc-r5k.c20 static unsigned long scache_size; variable
28 unsigned long end = start + scache_size;
43 if (size >= scache_size) {
87 scache_size = (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
90 scache_size >> 10);
H A Dsc-rm7k.c27 #define scache_size (256*1024) /* Fixed to 256KiB on RM7000 */ macro
138 for (i = 0; i < scache_size; i += sc_lsize)
235 c->scache.waybit= __ffs(scache_size / c->scache.ways);
236 c->scache.waysize = scache_size / c->scache.ways;
237 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
239 (scache_size >> 10), sc_lsize);
H A Dsc-ip22.c21 static unsigned long scache_size; variable
157 scache_size = size;
H A Dc-r4k.c69 static unsigned long scache_size __read_mostly;
295 if (scache_size == 0)
313 if (scache_size == 0)
331 if (scache_size == 0)
606 if (size >= scache_size)
634 if (size >= scache_size)
687 if (!cpu_icache_snoops_remote_store && scache_size)
1146 scache_size = addr;
1159 scache_size = 512*1024;
1163 c->scache.waysize = scache_size / (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-r5k.c20 static unsigned long scache_size; variable
28 unsigned long end = start + scache_size;
43 if (size >= scache_size) {
87 scache_size = (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
90 scache_size >> 10);
H A Dsc-rm7k.c27 #define scache_size (256*1024) /* Fixed to 256KiB on RM7000 */ macro
138 for (i = 0; i < scache_size; i += sc_lsize)
235 c->scache.waybit= __ffs(scache_size / c->scache.ways);
236 c->scache.waysize = scache_size / c->scache.ways;
237 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
239 (scache_size >> 10), sc_lsize);
H A Dsc-ip22.c21 static unsigned long scache_size; variable
157 scache_size = size;
H A Dc-r4k.c69 static unsigned long scache_size __read_mostly;
295 if (scache_size == 0)
313 if (scache_size == 0)
331 if (scache_size == 0)
606 if (size >= scache_size)
634 if (size >= scache_size)
687 if (!cpu_icache_snoops_remote_store && scache_size)
1146 scache_size = addr;
1159 scache_size = 512*1024;
1163 c->scache.waysize = scache_size / (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-base.h195 unsigned int scache_size; member in struct:__anon3566
196 #define STATE_SCACHE_SIZE(sd) ((sd)->base.scache_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-base.h195 unsigned int scache_size; member in struct:__anon2661
196 #define STATE_SCACHE_SIZE(sd) ((sd)->base.scache_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-base.h195 unsigned int scache_size; member in struct:__anon37591
196 #define STATE_SCACHE_SIZE(sd) ((sd)->base.scache_size)

Completed in 198 milliseconds