Searched refs:dcache_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-bcm4710.c41 extern int icache_size, dcache_size; /* Size in bytes */
131 page = (KSEG0 + (page & (dcache_size - 1)));
182 if (size >= dcache_size) {
206 if (size >= dcache_size) {
313 dcache_size = 1 << (12 + ((config >> 6) & 7));
322 (dcache_size / dc_lsize) / mips_cpu.dcache.ways;
334 dcache_size =
339 dcache_size >> 10, dc_lsize, mips_cpu.dcache.ways);
H A Dc-tx49.c35 static int icache_size, dcache_size; /* Size in bytes */ variable
200 page = (KSEG0 + (page & (dcache_size - 1)));
249 page = (KSEG0 + (page & (dcache_size - 1)));
302 if (size >= dcache_size) {
324 if (size >= dcache_size) {
369 dcache_size = 1 << (12 + ((config >> 6) & 7));
373 dcache_size >> 10, dc_lsize);
395 dcache_size / mips_cpu.dcache.ways / mips_cpu.dcache.linesz;
H A Dc-r5432.c38 static int icache_size, dcache_size; /* Size in bytes */ variable
178 unsigned long end = (start + dcache_size/2);
335 page = (KSEG0 + (page & (dcache_size - 1)));
383 if (size >= dcache_size) {
402 if (size >= dcache_size) {
446 dcache_size = 1 << (12 + ((config >> 6) & 7));
450 dcache_size >> 10, dc_lsize);
H A Dc-tx39.c27 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
167 page = (KSEG0 + (page & (dcache_size - 1)));
194 if (size >= dcache_size) {
211 if (size >= dcache_size) {
252 dcache_size = 1 << (10 + ((config >> 16) & 3));
329 dcache_size / mips_cpu.dcache.ways / mips_cpu.dcache.linesz;
334 (int) (dcache_size >> 10), (int) dcache_lsize);
H A Dc-r3k.c25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
96 dcache_size = r3k_cache_size(ST0_ISC);
97 if (dcache_size)
169 if (size > dcache_size || KSEGX(start) != KSEG0) {
171 size = dcache_size;
344 (int) (dcache_size >> 10), (int) dcache_lsize);
H A Dc-rm7k.c37 static int icache_size, dcache_size; /* Size in bytes */ variable
195 dcache_size = 1 << (12 + ((config >> 6) & 7));
197 printk(KERN_INFO "Primary data cache %dKiB.\n", dcache_size >> 10);
H A Dc-mips32.c41 int icache_size, dcache_size; /* Size in bytes */ variable
252 page = (KSEG0 + (page & (dcache_size - 1)));
316 if (size >= dcache_size) {
356 if (size >= dcache_size) {
477 dcache_size = 1 << (12 + ((config >> 6) & 7));
486 (dcache_size / dc_lsize) / mips_cpu.dcache.ways;
498 dcache_size =
503 dcache_size >> 10, dc_lsize, mips_cpu.dcache.ways);
H A Dc-andes.c99 dcache_size >> 10, dc_lsize);
H A Dc-r4k.c29 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
56 #define dcache_waybit (dcache_size >> 1)
782 page = (KSEG0 + (page & (dcache_size - 1)));
827 page = (KSEG0 + (page & (dcache_size - 1)));
871 page = (KSEG0 + (page & (dcache_size - 1)));
952 if (size >= dcache_size) {
999 if (size >= dcache_size) {
1115 dcache_size = 1 << (10 + ((config >> 6) & 7));
1118 dcache_size = 1 << (12 + ((config >> 6) & 7));
1124 dcache_size >> 1
[all...]
H A Dc-sb1.c30 static unsigned long dcache_size; variable
438 dcache_size = dcache_line_size * dcache_sets * dcache_assoc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dc-andes.c70 dcache_size >> 10, dc_lsize);
H A Dc-mips64.c43 int icache_size, dcache_size; /* Size in bytes */ variable
257 page = (KSEG0 + (page & ((unsigned long)dcache_size - 1)));
321 if (size >= (unsigned long)dcache_size) {
362 if (size >= (unsigned long)dcache_size) {
486 dcache_size = 1 << (12 + ((config >> 6) & 7));
495 (dcache_size / dc_lsize) / mips_cpu.dcache.ways;
507 dcache_size =
512 dcache_size >> 10, dc_lsize, mips_cpu.dcache.ways);
H A Dc-sb1.c30 static unsigned long dcache_size; variable
421 dcache_size = dcache_line_size * dcache_sets * dcache_assoc;
H A Dc-r4k.c29 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
56 #define dcache_waybit (dcache_size >> 1)
782 page = (KSEG0 + (page & (dcache_size - 1)));
827 page = (KSEG0 + (page & (dcache_size - 1)));
871 page = (KSEG0 + (page & (dcache_size - 1)));
952 if (size >= dcache_size) {
999 if (size >= dcache_size) {
1119 dcache_size = 1 << (10 + ((config >> 6) & 7));
1122 dcache_size = 1 << (12 + ((config >> 6) & 7));
1128 dcache_size >> 1
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dbcm4710_cache.h39 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
151 unsigned long end = (start + dcache_size);
177 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
H A Dmips32_cache.h31 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
187 unsigned long end = (start + dcache_size);
210 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dmips64_cache.h29 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
162 unsigned long end = (start + dcache_size);
185 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dbcm4710_cache.h40 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
152 unsigned long end = (start + dcache_size);
178 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
H A Dmips32_cache.h31 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
187 unsigned long end = (start + dcache_size);
210 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dmips64_cache.h29 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
162 unsigned long end = (start + dcache_size);
185 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dbcm4710_cache.h39 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
151 unsigned long end = (start + dcache_size);
177 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
H A Dmips32_cache.h31 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
187 unsigned long end = (start + dcache_size);
210 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dmips32_cache.h31 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
187 unsigned long end = (start + dcache_size);
210 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
H A Dbcm4710_cache.h40 unsigned long waystep = dcache_size/mips_cpu.dcache.ways;
152 unsigned long end = (start + dcache_size);
178 unsigned long waystep = dcache_size/mips_cpu.dcache.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
64 dcache_size = size;
88 end = (start + dcache_size);
110 end = start + dcache_size;

Completed in 122 milliseconds

12