Home
last modified time | relevance | path

Searched refs:p_slc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/arc/mm/
H A Dcache.c44 struct cpuinfo_arc_cache *p_slc = &slc_info; in read_decode_cache_bcr_arcv2() local
55 p_slc->sz_k = 128 << slc_cfg.sz; in read_decode_cache_bcr_arcv2()
56 l2_line_sz = p_slc->line_len = (slc_cfg.lsz == 0) ? 128 : 64; in read_decode_cache_bcr_arcv2()
59 p_slc->sz_k, p_slc->line_len, IS_USED_RUN(slc_enable)); in read_decode_cache_bcr_arcv2()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dcache.c77 struct cpuinfo_arc_cache *p_slc = &cpuinfo_arc700[cpu].slc; in read_decode_cache_bcr_arcv2() local
108 p_slc->sz_k = 128 << slc_cfg.sz; in read_decode_cache_bcr_arcv2()
109 l2_line_sz = p_slc->line_len = (slc_cfg.lsz == 0) ? 128 : 64; in read_decode_cache_bcr_arcv2()

Completed in 4 milliseconds