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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-r3k.c26 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;
247 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size);
329 icache_size >> 10, icache_lsize);
H A Dc-r4k.c57 static unsigned long icache_size __read_mostly;
539 if (end - start > icache_size)
713 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
716 c->icache.waybit = __ffs(icache_size/2);
728 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
742 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
763 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
779 icache_size = 1 << (12 + ((config & R10K_CONF_IC) >> 29));
804 icache_size = 1 << (10 + ((config & CONF_IC) >> 9));
807 c->icache.waybit = __ffs(icache_size/
[all...]
H A Dc-tx39.c27 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
230 if (end - start > icache_size)
304 icache_size = 1 << (10 + ((config & TX39_CONF_ICS_MASK) >>
394 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways;
409 icache_size >> 10, current_cpu_data.icache.linesz);
H A Dc-sb1.c35 static unsigned long icache_size; variable
452 icache_size = icache_line_size * icache_sets * icache_assoc;
467 icache_size >> 10, way_string[icache_assoc - 1],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvdso_datapage.h74 __u32 icache_size; /* L1 i-cache size 0x68 */ member in struct:vdso_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dcpu.c288 unsigned int icache_size, dcache_size; local
291 icache_size = boot_cpu_data.icache.ways *
310 icache_size >> 10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsysfs.c198 SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
H A Dmdesc.c385 c->icache_size = *size;
H A Dtraps.c923 unsigned int icache_size, icache_line_size; local
926 icache_size = local_cpu_data().icache_size;
930 for (addr = 0; addr < icache_size; addr += icache_line_size) {
H A Dprom.c1761 cpu_data(cpuid).icache_size =
1793 cpu_data(cpuid).icache_size =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dcpudata.h29 unsigned int icache_size; member in struct:__anon9483
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvdso.c687 vdso_data->icache_size = ppc64_caches.isize;

Completed in 188 milliseconds