Searched refs:dcache_line_length (Results 1 – 6 of 6) sorted by relevance
307 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 …]
89 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()
83 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
111 cpuinfo.dcache_line_length); in show_cpuinfo()
53 u32 dcache_line_length; member
125 DEFINE(CI_DCL, offsetof(struct cpuinfo, dcache_line_length)); in main()
Completed in 6 milliseconds