Searched refs:dcache_size (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/microblaze/kernel/cpu/ |
| H A D | cache.c | 304 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_msr_irq() 306 for (i = 0; i < cpuinfo.dcache_size; in __invalidate_dcache_all_msr_irq() 326 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_nomsr_irq() 328 for (i = 0; i < cpuinfo.dcache_size; in __invalidate_dcache_all_nomsr_irq() 344 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_noirq_wt() 346 for (i = 0; i < cpuinfo.dcache_size; in __invalidate_dcache_all_noirq_wt() 367 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, in __invalidate_dcache_all_wb() 370 for (i = 0; i < cpuinfo.dcache_size; in __invalidate_dcache_all_wb() 387 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_wb() 406 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_nomsr_wt() [all …]
|
| H A D | cpuinfo-pvr-full.c | 84 CI(dcache_size, DCACHE_BYTE_SIZE); in set_cpuinfo_pvr_full()
|
| /linux/arch/mips/mm/ |
| H A D | c-r3k.c | 25 static unsigned long icache_size, dcache_size; /* Size in bytes */ variable 94 dcache_size = r3k_cache_size(ST0_ISC); in r3k_probe_cache() 95 if (dcache_size) in r3k_probe_cache() 166 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range() 168 size = dcache_size; in r3k_flush_dcache_range() 223 r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size); in r3k___flush_cache_all() 310 dcache_size >> 10, dcache_lsize); in r3k_cache_init()
|
| H A D | c-octeon.c | 173 unsigned long dcache_size; in probe_octeon() local 195 dcache_size = in probe_octeon() 197 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon() 211 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 225 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 236 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_octeon() 239 c->dcache.sets = dcache_size / (c->dcache.linesz * c->dcache.ways); in probe_octeon() 251 dcache_size >> 10, c->dcache.ways, in probe_octeon()
|
| /linux/arch/nios2/include/asm/ |
| H A D | cpuinfo.h | 26 u32 dcache_size; member
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cpuinfo.h | 54 u32 dcache_size; member
|
| /linux/arch/sparc/kernel/ |
| H A D | sysfs.c | 189 SHOW_CPUDATA_UINT_NAME(l1_dcache_size, dcache_size);
|
| /linux/arch/microblaze/kernel/ |
| H A D | asm-offsets.c | 125 DEFINE(CI_DCS, offsetof(struct cpuinfo, dcache_size)); in main()
|