Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dc-r3k.c25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
98 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); in r3k_probe_cache()
99 if (icache_size) in r3k_probe_cache()
109 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
111 size = icache_size; in r3k_flush_icache_range()
224 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
308 icache_size >> 10, icache_lsize); in r3k_cache_init()
H A Dc-octeon.c172 unsigned long icache_size; in probe_octeon() local
186 icache_size = in probe_octeon()
188 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
206 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
220 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
235 c->icache.waysize = icache_size / c->icache.ways; in probe_octeon()
238 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_octeon()
244 icache_size >> 10, in probe_octeon()
/linux/arch/microblaze/kernel/cpu/
H A Dcache.c169 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq()
196 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq()
223 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq()
244 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq()
246 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_msr_irq()
266 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_nomsr_irq()
268 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_nomsr_irq()
284 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_noirq()
286 for (i = 0; i < cpuinfo.icache_size; in __flush_icache_all_noirq()
H A Dcpuinfo-pvr-full.c76 CI(icache_size, ICACHE_BYTE_SIZE); in set_cpuinfo_pvr_full()
/linux/arch/nios2/include/asm/
H A Dcpuinfo.h24 u32 icache_size; member
/linux/arch/arm/mm/
H A Dmm.h10 extern int icache_size;
H A Dcache-v7.S23 .globl icache_size symbol
26 icache_size: label
298 ldr r3, =icache_size
/linux/arch/microblaze/include/asm/
H A Dcpuinfo.h46 u32 icache_size; member
/linux/arch/sparc/kernel/
H A Dsysfs.c191 SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c127 DEFINE(CI_ICS, offsetof(struct cpuinfo, icache_size)); in main()
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c162 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
H A Dipu3-abi.h1517 u32 icache_size; /* Size of icache section */ member