/Linux-v4.19/arch/mips/mm/ |
D | c-octeon.c | 197 c->icache.linesz = 2 << ((config1 >> 19) & 7); in probe_octeon() 202 c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 204 c->dcache.linesz = 128; in probe_octeon() 211 c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 217 c->icache.linesz = 2 << ((config1 >> 19) & 7); in probe_octeon() 221 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 223 c->dcache.linesz = 128; in probe_octeon() 226 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 231 c->icache.linesz = 128; in probe_octeon() 235 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() [all …]
|
D | c-r4k.c | 1173 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 1178 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 1188 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 1193 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 1202 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 1207 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 1223 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 1228 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 1240 c->icache.linesz = 64; in probe_pcache() 1245 c->dcache.linesz = 32; in probe_pcache() [all …]
|
D | c-tx39.c | 295 unsigned long ic_lsize = current_cpu_data.icache.linesz; in tx39_flush_cache_sigtramp() 296 unsigned long dc_lsize = current_cpu_data.dcache.linesz; in tx39_flush_cache_sigtramp() 323 current_cpu_data.icache.linesz = 16; in tx39_probe_cache() 328 current_cpu_data.dcache.linesz = 4; in tx39_probe_cache() 334 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache() 341 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache() 422 current_cpu_data.icache.waysize / current_cpu_data.icache.linesz; in tx39_cache_init() 424 current_cpu_data.dcache.waysize / current_cpu_data.dcache.linesz; in tx39_cache_init() 433 icache_size >> 10, current_cpu_data.icache.linesz); in tx39_cache_init() 435 dcache_size >> 10, current_cpu_data.dcache.linesz); in tx39_cache_init()
|
D | sc-mips.c | 144 c->scache.linesz = 2 << tmp; in mips_sc_is_activated() 167 c->scache.linesz = 2 << line_sz; in mips_sc_probe_cm3() 172 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe_cm3() 175 if (c->scache.linesz) { in mips_sc_probe_cm3() 232 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe()
|
D | sc-rm7k.c | 237 c->scache.linesz = sc_lsize; in rm7k_sc_init() 241 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init() 267 c->tcache.linesz = tc_lsize; in rm7k_sc_init()
|
/Linux-v4.19/arch/sh/kernel/cpu/ |
D | init.c | 158 addr += current_cpu_data.dcache.linesz) in cache_init() 203 CSHAPE((desc).way_size * (desc).ways, ilog2((desc).linesz), (desc).ways) 310 current_cpu_data.icache.linesz; in cpu_init() 313 current_cpu_data.icache.linesz; in cpu_init() 317 current_cpu_data.dcache.linesz; in cpu_init() 320 current_cpu_data.dcache.linesz; in cpu_init()
|
D | proc.c | 71 cache_size = info.ways * info.sets * info.linesz; in show_cacheinfo()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4/ |
D | probe.c | 42 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in cpu_probe() 51 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe() 248 boot_cpu_data.scache.linesz = L1_CACHE_BYTES; in cpu_probe() 252 boot_cpu_data.scache.linesz); in cpu_probe() 255 (boot_cpu_data.scache.linesz * in cpu_probe() 260 boot_cpu_data.scache.linesz); in cpu_probe()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh5/ |
D | probe.c | 44 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in cpu_probe() 48 boot_cpu_data.icache.linesz; in cpu_probe()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 41 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe() 62 boot_cpu_data.dcache.linesz = 32; in cpu_probe()
|
/Linux-v4.19/arch/mips/kernel/ |
D | cacheinfo.c | 23 leaf->coherency_line_size = c->cache.linesz; \ 26 leaf->size = c->cache.linesz * c->cache.sets * \
|
D | pm-cps.c | 225 uasm_i_addiu(pp, t0, t0, cache->linesz); in cps_gen_cache_routine() 227 uasm_i_cache(pp, op, i * cache->linesz, t0); in cps_gen_cache_routine() 233 uasm_i_addiu(pp, t0, t0, unroll_lines * cache->linesz); in cps_gen_cache_routine() 248 unsigned line_size = cpu_info->dcache.linesz; in cps_gen_flush_fsb()
|
D | traps.c | 636 regs->regs[rt] = min(current_cpu_data.dcache.linesz, in simulate_rdhwr() 637 current_cpu_data.icache.linesz); in simulate_rdhwr()
|
/Linux-v4.19/arch/sh/mm/ |
D | cache-sh7705.c | 47 addr += current_cpu_data.dcache.linesz) { in cache_wback_all() 115 addr += current_cpu_data.dcache.linesz) { in __flush_dcache_page()
|
D | cache-debugfs.c | 76 addr += cache->linesz, line++) { in cache_seq_show()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | cache.h | 24 unsigned int linesz; /* Cache line size (bytes) */ member
|
/Linux-v4.19/arch/mips/include/asm/ |
D | cpu-features.h | 462 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz 465 #define cpu_icache_line_size() cpu_data[0].icache.linesz 468 #define cpu_scache_line_size() cpu_data[0].scache.linesz 471 #define cpu_tcache_line_size() cpu_data[0].tcache.linesz
|
D | cpu-info.h | 27 unsigned char linesz; /* Size of line in bytes */ member
|
/Linux-v4.19/tools/perf/util/ |
D | namespaces.c | 54 size_t linesz = 0; in nsinfo__init() local 88 while (getline(&statln, &linesz, f) != -1) { in nsinfo__init()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/ |
D | probe.c | 50 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 764 size_t linesz; in hists__fprintf() local 781 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf() 782 linesz += perf_hpp__color_overhead(); in hists__fprintf() 783 line = malloc(linesz); in hists__fprintf() 802 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | probe.c | 55 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/Linux-v4.19/drivers/soc/bcm/brcmstb/pm/ |
D | pm-mips.c | 235 brcm_pm_do_s3(ctrl.aon_ctrl_base, current_cpu_data.dcache.linesz); in brcmstb_pm_s3() 278 s2_params[3] = (u32)current_cpu_data.icache.linesz; in brcmstb_pm_s2()
|
/Linux-v4.19/arch/mips/txx9/generic/ |
D | setup.c | 155 unsigned int linesz = 32; in early_flush_dcache() local 160 for (addr = INDEX_BASE; addr < end; addr += linesz) { in early_flush_dcache() 204 unsigned int linesz = 16; in early_flush_dcache() local 209 for (addr = INDEX_BASE; addr < end; addr += linesz) { in early_flush_dcache()
|
/Linux-v4.19/arch/mips/kvm/ |
D | emulate.c | 2534 arch->gprs[rt] = min(current_cpu_data.dcache.linesz, in kvm_mips_handle_ri() 2535 current_cpu_data.icache.linesz); in kvm_mips_handle_ri()
|