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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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.c26 #define scache_size (256*1024) /* Fixed to 256KiB on RM7000 */ macro
94 for (i = 0; i < scache_size; i += sc_lsize) {
137 c->scache.waybit= __ffs(scache_size / c->scache.ways);
138 c->scache.waysize = scache_size / c->scache.ways;
139 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
141 (scache_size >> 10), sc_lsize);
H A Dsc-ip22.c21 static unsigned long scache_size; variable
157 scache_size = size;
H A Dc-r4k.c59 static unsigned long scache_size __read_mostly;
273 if (scache_size == 0)
291 if (scache_size == 0)
309 if (scache_size == 0)
531 if (!cpu_icache_snoops_remote_store && scache_size) {
532 if (end - start > scache_size)
565 if (size >= scache_size)
594 if (size >= scache_size)
627 if (!cpu_icache_snoops_remote_store && scache_size)
1056 scache_size
[all...]

Completed in 54 milliseconds