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

12

/linux-master/arch/openrisc/include/asm/
H A Dcpuinfo.h21 u32 icache_size; member in struct:cpuinfo_or1k
/linux-master/arch/sparc/include/asm/
H A Dcpudata_64.h24 unsigned int icache_size; member in struct:__anon1137
/linux-master/arch/nios2/include/asm/
H A Dcpuinfo.h24 u32 icache_size; member in struct:cpuinfo
/linux-master/arch/mips/mm/
H A Dc-octeon.c172 unsigned long icache_size; local
186 icache_size =
188 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1;
206 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz;
220 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz;
235 c->icache.waysize = icache_size / c->icache.ways;
238 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways);
244 icache_size >> 10,
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);
99 if (icache_size)
109 if (size > icache_size || KSEGX(start) != KSEG0) {
111 size = icache_size;
224 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size);
308 icache_size >> 10, icache_lsize);
H A Dc-r4k.c108 static unsigned long icache_size __read_mostly;
660 (type & R4K_INDEX && end - start > icache_size))
723 cache_size = icache_size;
1008 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
1011 c->icache.waybit = __ffs(icache_size/2);
1022 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
1036 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
1057 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
1074 icache_size = 1 << (12 + ((config & R10K_CONF_IC) >> 29));
1090 icache_size
[all...]
/linux-master/arch/nios2/kernel/
H A Dcpuinfo.c81 cpuinfo.icache_size = fcpu(cpu, "icache-size");
82 if (CONFIG_NIOS2_ICACHE_SIZE != cpuinfo.icache_size)
86 CONFIG_NIOS2_ICACHE_SIZE, cpuinfo.icache_size);
154 cpuinfo.icache_size >> 10,
/linux-master/arch/microblaze/kernel/cpu/
H A Dcache.c169 cpuinfo.icache_line_length, cpuinfo.icache_size);
196 cpuinfo.icache_line_length, cpuinfo.icache_size);
223 cpuinfo.icache_line_length, cpuinfo.icache_size);
244 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
246 for (i = 0; i < cpuinfo.icache_size;
266 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
268 for (i = 0; i < cpuinfo.icache_size;
284 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
286 for (i = 0; i < cpuinfo.icache_size;
H A Dmb.c102 cpuinfo.icache_size >> 10,
H A Dcpuinfo-pvr-full.c76 CI(icache_size, ICACHE_BYTE_SIZE);
H A Dcpuinfo-static.c82 ci->icache_size = fcpu(cpu, "i-cache-size");
/linux-master/arch/microblaze/include/asm/
H A Dcpuinfo.h46 u32 icache_size; member in struct:cpuinfo
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h72 __u32 icache_size; /* L1 i-cache size 0x68 */ member in struct:vdso_arch_data
/linux-master/arch/arm/mm/
H A Dmm.h10 extern int icache_size;
H A Dinit.c175 if (cpuid != 0 && icache_size != size)
178 if (icache_size > size)
179 icache_size = size;
H A Dcache-v7.S22 .globl icache_size
25 icache_size: label
294 ldr r3, =icache_size
/linux-master/arch/nios2/mm/
H A Dcacheflush.c62 if (end > start + cpuinfo.icache_size)
63 end = start + cpuinfo.icache_size;
102 __flush_icache(0, cpuinfo.icache_size);
/linux-master/arch/openrisc/kernel/
H A Dsetup.c126 cpuinfo->icache_size, cpuinfo->icache_block_size,
171 cpuinfo->icache_size =
327 seq_printf(m, "icache size\t\t: %d bytes\n", cpuinfo->icache_size);
/linux-master/arch/sparc/kernel/
H A Dprom_64.c540 cpu_data(cpuid).icache_size =
569 cpu_data(cpuid).icache_size =
H A Dsysfs.c191 SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c126 DEFINE(CI_ICS, offsetof(struct cpuinfo, icache_size));
/linux-master/arch/powerpc/kernel/
H A Dvdso.c356 vdso_data->icache_size = ppc64_caches.l1i.size;
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c125 bi->blob.text_size + bi->blob.icache_size +
H A Dia_css_acc_types.h89 u32 icache_size; /** Size of icache section */ member in struct:ia_css_blob_info
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c160 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size

Completed in 343 milliseconds

12