Searched refs:p_ic (Results 1 – 1 of 1) sorted by relevance
104 struct cpuinfo_arc_cache *p_ic, *p_dc; in read_decode_cache_bcr() local114 p_ic = &cpuinfo_arc700[cpu].icache; in read_decode_cache_bcr()121 p_ic->assoc = 2; /* Fixed to 2w set assoc */ in read_decode_cache_bcr()122 p_ic->line_len = 8 << ibcr.line_len; in read_decode_cache_bcr()123 p_ic->sz_k = 1 << (ibcr.sz - 1); in read_decode_cache_bcr()124 p_ic->ver = ibcr.ver; in read_decode_cache_bcr()125 p_ic->vipt = 1; in read_decode_cache_bcr()126 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()