Home
last modified time | relevance | path

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

/Linux-v5.10/arch/microblaze/kernel/cpu/
Dcache.c304 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_msr_irq()
307 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_msr_irq()
326 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_nomsr_irq()
329 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_nomsr_irq()
344 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_noirq_wt()
347 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_noirq_wt()
367 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, in __invalidate_dcache_all_wb()
371 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_wb()
387 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_wb()
389 CACHE_RANGE_LOOP_2(start, end, cpuinfo.dcache_line_length, wdc.clear); in __invalidate_dcache_range_wb()
[all …]
Dcpuinfo-static.c89 ci->dcache_line_length = fcpu(cpu, "xlnx,dcache-line-len") << 2; in set_cpuinfo_static()
90 if (!ci->dcache_line_length) { in set_cpuinfo_static()
92 ci->dcache_line_length = 4 << 2; in set_cpuinfo_static()
94 ci->dcache_line_length = 1 << 2; in set_cpuinfo_static()
Dcpuinfo-pvr-full.c83 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
Dmb.c111 cpuinfo.dcache_line_length); in show_cpuinfo()
/Linux-v5.10/arch/microblaze/include/asm/
Dcpuinfo.h53 u32 dcache_line_length; member