Searched refs:p_dc (Results 1 – 1 of 1) sorted by relevance
133 struct cpuinfo_arc_cache *p_ic, *p_dc; in read_decode_cache_bcr() local162 p_dc = &cpuinfo_arc700[cpu].dcache; in read_decode_cache_bcr()170 p_dc->assoc = 4; /* Fixed to 4w set assoc */ in read_decode_cache_bcr()171 p_dc->vipt = 1; in read_decode_cache_bcr()172 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()174 p_dc->assoc = 1 << dbcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr()175 p_dc->vipt = 0; in read_decode_cache_bcr()176 p_dc->alias = 0; /* PIPT so can't VIPT alias */ in read_decode_cache_bcr()179 p_dc->line_len = 16 << dbcr.line_len; in read_decode_cache_bcr()180 p_dc->sz_k = 1 << (dbcr.sz - 1); in read_decode_cache_bcr()