Searched refs:icache_line_length (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/microblaze/kernel/cpu/ |
D | cache.c | 180 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq() 186 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_msr_irq() 188 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_msr_irq() 207 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq() 213 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_nomsr_irq() 215 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_nomsr_irq() 234 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq() 236 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_noirq() 238 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_noirq() 255 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq() [all …]
|
D | cpuinfo-static.c | 75 ci->icache_line_length = fcpu(cpu, "xlnx,icache-line-len") << 2; in set_cpuinfo_static() 76 if (!ci->icache_line_length) { in set_cpuinfo_static() 78 ci->icache_line_length = 4 << 2; in set_cpuinfo_static() 80 ci->icache_line_length = 1 << 2; in set_cpuinfo_static()
|
D | mb.c | 104 cpuinfo.icache_line_length); in show_cpuinfo()
|
D | cpuinfo-pvr-full.c | 80 ci->icache_line_length = PVR_ICACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | cpuinfo.h | 47 u32 icache_line_length; member
|