Home
last modified time | relevance | path

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

/linux/arch/microblaze/kernel/cpu/
H A 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 …]
H A Dcpuinfo-pvr-full.c83 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
/linux/arch/microblaze/include/asm/
H A Dcpuinfo.h53 u32 dcache_line_length; member
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c126 DEFINE(CI_DCL, offsetof(struct cpuinfo, dcache_line_length)); in main()