Searched refs:icache_size (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dc-r3k.c25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
101 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC);
102 if (icache_size)
112 if (size > icache_size || KSEGX(start) != KSEG0) {
114 size = icache_size;
244 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size);
342 (int) (icache_size >> 10), (int) icache_lsize);
H A Dc-bcm4710.c41 extern int icache_size, dcache_size; /* Size in bytes */
263 icache_size = 1 << (12 + ((config >> 9) & 7));
273 (icache_size / ic_lsize) / mips_cpu.icache.ways;
285 icache_size = mips_cpu.icache.sets * mips_cpu.icache.ways *
299 icache_size >> 10, ic_lsize, mips_cpu.icache.ways);
H A Dc-tx39.c27 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
45 unsigned long end = (start + icache_size);
251 icache_size = 1 << (10 + ((config >> 19) & 3));
327 icache_size / mips_cpu.icache.ways / mips_cpu.icache.linesz;
332 (int) (icache_size >> 10), (int) icache_lsize);
H A Dc-rm7k.c37 static int icache_size, dcache_size; /* Size in bytes */ variable
188 icache_size = 1 << (12 + ((config >> 9) & 7));
190 printk(KERN_INFO "Primary instruction cache %dKiB.\n", icache_size >> 10);
H A Dc-andes.c97 icache_size >> 10, ic_lsize);
H A Dc-r5432.c38 static int icache_size, dcache_size; /* Size in bytes */ variable
213 unsigned long end = (start + icache_size/2);
437 icache_size = 1 << (12 + ((config >> 9) & 7));
441 icache_size >> 10, ic_lsize);
H A Dc-tx49.c35 static int icache_size, dcache_size; /* Size in bytes */ variable
360 icache_size = 1 << (12 + ((config >> 9) & 7));
364 icache_size >> 10, ic_lsize);
393 icache_size / mips_cpu.icache.ways / mips_cpu.icache.linesz;
H A Dc-sb1.c29 static unsigned long icache_size; variable
192 if ((end - start) > (icache_size * 2)) {
437 icache_size = icache_line_size * icache_sets * icache_assoc;
H A Dc-mips32.c41 int icache_size, dcache_size; /* Size in bytes */ variable
427 icache_size = 1 << (12 + ((config >> 9) & 7));
437 (icache_size / ic_lsize) / mips_cpu.icache.ways;
449 icache_size = mips_cpu.icache.sets * mips_cpu.icache.ways *
463 icache_size >> 10, ic_lsize, mips_cpu.icache.ways);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dc-andes.c68 icache_size >> 10, ic_lsize);
H A Dc-sb1.c29 static unsigned long icache_size; variable
175 if ((end - start) > (icache_size * 2)) {
420 icache_size = icache_line_size * icache_sets * icache_assoc;
H A Dc-mips64.c43 int icache_size, dcache_size; /* Size in bytes */ variable
436 icache_size = 1 << (12 + ((config >> 9) & 7));
446 (icache_size / ic_lsize) / mips_cpu.icache.ways;
458 icache_size = mips_cpu.icache.sets * mips_cpu.icache.ways *
472 icache_size >> 10, ic_lsize, mips_cpu.icache.ways);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dbcm4710_cache.h18 unsigned long waystep = icache_size/mips_cpu.icache.ways;
193 unsigned long end = (start + icache_size);
217 unsigned long waystep = icache_size/mips_cpu.icache.ways;
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
225 unsigned long end = (start + icache_size);
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
H A Dr4kcache.h190 unsigned long end = (start + icache_size);
372 unsigned long end = (start + icache_size);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dmips64_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
200 unsigned long end = (start + icache_size);
223 unsigned long waystep = icache_size/mips_cpu.icache.ways;
H A Dr4kcache.h190 unsigned long end = (start + icache_size);
372 unsigned long end = (start + icache_size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dbcm4710_cache.h19 unsigned long waystep = icache_size/mips_cpu.icache.ways;
194 unsigned long end = (start + icache_size);
218 unsigned long waystep = icache_size/mips_cpu.icache.ways;
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
225 unsigned long end = (start + icache_size);
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dmips64_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
200 unsigned long end = (start + icache_size);
223 unsigned long waystep = icache_size/mips_cpu.icache.ways;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dbcm4710_cache.h18 unsigned long waystep = icache_size/mips_cpu.icache.ways;
193 unsigned long end = (start + icache_size);
217 unsigned long waystep = icache_size/mips_cpu.icache.ways;
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
225 unsigned long end = (start + icache_size);
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
225 unsigned long end = (start + icache_size);
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
H A Dbcm4710_cache.h19 unsigned long waystep = icache_size/mips_cpu.icache.ways;
194 unsigned long end = (start + icache_size);
218 unsigned long waystep = icache_size/mips_cpu.icache.ways;
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dmin_osl.c28 static uint icache_size, ic_lsize, dcache_size, dc_lsize; variable
60 icache_size = size;
78 end = (start + icache_size);
125 end = start + icache_size;

Completed in 141 milliseconds

12