Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/microblaze/kernel/cpu/
Dcache.c169 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_msr_irq()
175 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_msr_irq()
177 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_msr_irq()
196 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_nomsr_irq()
202 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_nomsr_irq()
204 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_nomsr_irq()
223 cpuinfo.icache_line_length, cpuinfo.icache_size); in __flush_icache_range_noirq()
225 CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic); in __flush_icache_range_noirq()
227 for (i = start; i < end; i += cpuinfo.icache_line_length) in __flush_icache_range_noirq()
244 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.c75 ci->icache_line_length = PVR_ICACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dcpuinfo.h45 u32 icache_line_length; member