/linux-6.1.9/arch/mips/mm/ |
D | c-r3k.c | 25 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()
|
D | c-octeon.c | 167 unsigned long icache_size; in probe_octeon() local 181 icache_size = in probe_octeon() 183 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon() 201 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 215 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 230 c->icache.waysize = icache_size / c->icache.ways; in probe_octeon() 233 c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); in probe_octeon() 239 icache_size >> 10, in probe_octeon()
|
D | c-r4k.c | 108 static unsigned long icache_size __read_mostly; 770 (type & R4K_INDEX && end - start > icache_size)) in __local_r4k_flush_icache_range() 833 cache_size = icache_size; in __r4k_flush_icache_range() 1118 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() 1121 c->icache.waybit = __ffs(icache_size/2); in probe_pcache() 1132 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() 1146 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() 1200 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() [all …]
|
/linux-6.1.9/arch/microblaze/kernel/cpu/ |
D | cache.c | 169 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()
|
D | cpuinfo-pvr-full.c | 76 CI(icache_size, ICACHE_BYTE_SIZE); in set_cpuinfo_pvr_full()
|
D | mb.c | 102 cpuinfo.icache_size >> 10, in show_cpuinfo()
|
D | cpuinfo-static.c | 82 ci->icache_size = fcpu(cpu, "i-cache-size"); in set_cpuinfo_static()
|
/linux-6.1.9/arch/nios2/kernel/ |
D | cpuinfo.c | 81 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()
|
/linux-6.1.9/arch/nios2/mm/ |
D | cacheflush.c | 62 if (end > start + cpuinfo.icache_size) in __flush_icache() 63 end = start + cpuinfo.icache_size; in __flush_icache() 101 __flush_icache(0, cpuinfo.icache_size); in flush_cache_all()
|
/linux-6.1.9/arch/openrisc/kernel/ |
D | setup.c | 126 cpuinfo->icache_size, cpuinfo->icache_block_size, in print_cpuinfo() 186 cpuinfo->icache_size = in setup_cpuinfo() 342 seq_printf(m, "icache size\t\t: %d bytes\n", cpuinfo->icache_size); in show_cpuinfo()
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | cpuinfo.h | 21 u32 icache_size; member
|
/linux-6.1.9/arch/arm/mm/ |
D | init.c | 175 if (cpuid != 0 && icache_size != size) in check_cpu_icache_size() 178 if (icache_size > size) in check_cpu_icache_size() 179 icache_size = size; in check_cpu_icache_size()
|
D | mm.h | 10 extern int icache_size;
|
D | cache-v7.S | 20 .globl icache_size 23 icache_size: label 292 ldr r3, =icache_size
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | cpudata_64.h | 24 unsigned int icache_size; member
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | cpuinfo.h | 24 u32 icache_size; member
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | vdso_datapage.h | 72 __u32 icache_size; /* L1 i-cache size 0x68 */ member
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | cpuinfo.h | 46 u32 icache_size; member
|
/linux-6.1.9/arch/sparc/kernel/ |
D | prom_64.c | 540 cpu_data(cpuid).icache_size = in fill_in_one_cpu() 569 cpu_data(cpuid).icache_size = in fill_in_one_cpu()
|
D | sysfs.c | 191 SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
|
/linux-6.1.9/arch/microblaze/kernel/ |
D | asm-offsets.c | 126 DEFINE(CI_ICS, offsetof(struct cpuinfo, icache_size)); in main()
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/ |
D | sh_css_firmware.c | 128 bi->blob.text_size + bi->blob.icache_size + in sh_css_load_blob_info()
|
D | ia_css_acc_types.h | 89 u32 icache_size; /** Size of icache section */ member
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | vdso.c | 380 vdso_data->icache_size = ppc64_caches.l1i.size; in vdso_init()
|
/linux-6.1.9/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.c | 160 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
|