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

/linux-master/arch/mips/mm/
H A Dsc-r5k.c19 static unsigned long scache_size; variable
27 unsigned long end = start + scache_size;
42 if (size >= scache_size) {
86 scache_size = (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
89 scache_size >> 10);
H A Dsc-rm7k.c27 #define scache_size (256*1024) /* Fixed to 256KiB on RM7000 */ macro
142 for (i = 0; i < scache_size; i += sc_lsize)
239 c->scache.waybit= __ffs(scache_size / c->scache.ways);
240 c->scache.waysize = scache_size / c->scache.ways;
241 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
243 (scache_size >> 10), sc_lsize);
H A Dsc-ip22.c20 static unsigned long scache_size; variable
170 scache_size = size;
H A Dc-r4k.c111 static unsigned long scache_size __read_mostly;
326 if (scache_size == 0)
344 if (scache_size == 0)
756 if (size >= scache_size) {
826 if (size >= scache_size) {
1433 scache_size = addr;
1445 scache_size = 512*1024;
1449 c->scache.waysize = scache_size / (c->scache.ways);
1450 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
1452 scache_size >> 1
[all...]

Completed in 215 milliseconds