Home
last modified time | relevance | path

Searched refs:icache_line_length (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/microblaze/kernel/cpu/
Dcache.c168 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq()
174 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_msr_irq()
176 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_msr_irq()
195 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq()
201 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_nomsr_irq()
203 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_nomsr_irq()
222 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq()
224 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_noirq()
226 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_noirq()
243 CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic); in __flush_icache_all_msr_irq()
[all …]
Dcpuinfo-static.c75 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()
Dmb.c103 cpuinfo.icache_line_length); in show_cpuinfo()
Dcpuinfo-pvr-full.c80 ci->icache_line_length = PVR_ICACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
/linux-4.4.14/arch/microblaze/include/asm/
Dcpuinfo.h48 u32 icache_line_length; member