Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arc/mm/
Dcache.c144 struct cpuinfo_arc_cache *p_ic, *p_dc; in read_decode_cache_bcr() local
173 p_dc = &cpuinfo_arc700[cpu].dcache; in read_decode_cache_bcr()
181 p_dc->assoc = 4; /* Fixed to 4w set assoc */ in read_decode_cache_bcr()
182 p_dc->vipt = 1; in read_decode_cache_bcr()
183 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()
185 p_dc->assoc = 1 << dbcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr()
186 p_dc->vipt = 0; in read_decode_cache_bcr()
187 p_dc->alias = 0; /* PIPT so can't VIPT alias */ in read_decode_cache_bcr()
190 p_dc->line_len = 16 << dbcr.line_len; in read_decode_cache_bcr()
191 p_dc->sz_k = 1 << (dbcr.sz - 1); in read_decode_cache_bcr()