Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
313 icache_size >> 10, icache_lsize); in r3k_cache_init()
H A Dc-octeon.c169 unsigned long icache_size; in probe_octeon() local
183 icache_size = in probe_octeon()
185 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
203 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
217 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
232 c->icache.waysize = icache_size / c->icache.ways; in probe_octeon()
235 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_octeon()
241 icache_size >> 10, in probe_octeon()
H A Dc-r4k.c109 static unsigned long icache_size __read_mostly;
771 (type & R4K_INDEX && end - start > icache_size)) in __local_r4k_flush_icache_range()
834 cache_size = icache_size; in __r4k_flush_icache_range()
1119 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1122 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1133 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1147 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1167 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache()
1184 icache_size = 1 << (12 + ((config & R10K_CONF_IC) >> 29)); in probe_pcache()
1211 icache_size = 1 << (10 + ((config & CONF_IC) >> 9)); in probe_pcache()
[all …]
H A Dc-tx39.c27 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable
234 if (end - start > icache_size) in tx39_flush_icache_range()
294 icache_size = 1 << (10 + ((config & TX39_CONF_ICS_MASK) >> in tx39_probe_cache()
392 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; in tx39_cache_init()
407 icache_size >> 10, current_cpu_data.icache.linesz); in tx39_cache_init()
/OK3568_Linux_fs/kernel/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()
H A Dmb.c102 cpuinfo.icache_size >> 10, in show_cpuinfo()
H A Dcpuinfo-static.c82 ci->icache_size = fcpu(cpu, "i-cache-size"); in set_cpuinfo_static()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dcpuinfo.c81 cpuinfo.icache_size = fcpu(cpu, "icache-size"); in setup_cpuinfo()
82 if (CONFIG_NIOS2_ICACHE_SIZE != cpuinfo.icache_size) in setup_cpuinfo()
86 CONFIG_NIOS2_ICACHE_SIZE, cpuinfo.icache_size); in setup_cpuinfo()
154 cpuinfo.icache_size >> 10, in show_cpuinfo()
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dcache.c73 if (end > start + gd->arch.icache_size) in __flush_icache()
74 end = start + gd->arch.icache_size; in __flush_icache()
88 __flush_icache(0, gd->arch.icache_size); in flush_dcache_all()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dcacheflush.c61 if (end > start + cpuinfo.icache_size) in __flush_icache()
62 end = start + cpuinfo.icache_size; in __flush_icache()
100 __flush_icache(0, cpuinfo.icache_size); in flush_cache_all()
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsetup.c126 cpuinfo->icache_size, cpuinfo->icache_block_size, in print_cpuinfo()
186 cpuinfo->icache_size = in setup_cpuinfo()
359 seq_printf(m, "icache size\t\t: %d bytes\n", cpuinfo->icache_size); in show_cpuinfo()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dinit.c217 if (cpuid != 0 && icache_size != size) in check_cpu_icache_size()
220 if (icache_size > size) in check_cpu_icache_size()
221 icache_size = size; in check_cpu_icache_size()
H A Dmm.h10 extern int icache_size;
H A Dcache-v7.S20 .globl icache_size symbol
23 icache_size: label
296 ldr r3, =icache_size
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dcpuinfo.h21 u32 icache_size; member
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h15 u32 icache_size; member
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcpudata_64.h24 unsigned int icache_size; member
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dcpuinfo.h24 u32 icache_size; member
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dcpuinfo.h46 u32 icache_size; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dvdso_datapage.h71 __u32 icache_size; /* L1 i-cache size 0x68 */ member
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dcpu.c116 gd->arch.icache_size = fdtdec_get_int(blob, node, in altera_nios2_probe()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprom_64.c540 cpu_data(cpuid).icache_size = in fill_in_one_cpu()
569 cpu_data(cpuid).icache_size = in fill_in_one_cpu()
H A Dsysfs.c191 SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c125 bi->blob.text_size + bi->blob.icache_size + in sh_css_load_blob_info()

12