Home
last modified time | relevance | path

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

/linux-4.4.14/arch/microblaze/kernel/cpu/
Dcache.c303 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_msr_irq()
306 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_msr_irq()
325 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_nomsr_irq()
328 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_nomsr_irq()
343 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc); in __invalidate_dcache_all_noirq_wt()
346 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_noirq_wt()
366 CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, in __invalidate_dcache_all_wb()
370 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_wb()
386 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_wb()
388 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()
Dmb.c111 cpuinfo.dcache_line_length); in show_cpuinfo()
Dcpuinfo-pvr-full.c88 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
/linux-4.4.14/arch/microblaze/include/asm/
Dcpuinfo.h56 u32 dcache_line_length; member