Home
last modified time | relevance | path

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

/linux/arch/microblaze/kernel/cpu/
A Dcache.c307 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_msr_irq()
329 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_nomsr_irq()
347 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_noirq_wt()
371 i += cpuinfo.dcache_line_length) in __invalidate_dcache_all_wb()
387 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_wb()
391 for (i = start; i < end; i += cpuinfo.dcache_line_length) in __invalidate_dcache_range_wb()
406 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_nomsr_wt()
427 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_msr_irq_wt()
455 cpuinfo.dcache_line_length, cpuinfo.dcache_size); in __invalidate_dcache_range_nomsr_irq()
483 i += cpuinfo.dcache_line_length) in __flush_dcache_all_wb()
[all …]
A 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()
A Dcpuinfo-pvr-full.c83 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
A Dmb.c111 cpuinfo.dcache_line_length); in show_cpuinfo()
/linux/arch/microblaze/include/asm/
A Dcpuinfo.h53 u32 dcache_line_length; member

Completed in 7 milliseconds