Searched refs:p_ic (Results 1 – 1 of 1) sorted by relevance
111 struct cpuinfo_arc_cache *p_ic, *p_dc; in read_decode_cache_bcr() local121 p_ic = &cpuinfo_arc700[cpu].icache; in read_decode_cache_bcr()129 p_ic->assoc = 2; /* Fixed to 2w set assoc */ in read_decode_cache_bcr()131 p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr()134 p_ic->line_len = 8 << ibcr.line_len; in read_decode_cache_bcr()135 p_ic->sz_k = 1 << (ibcr.sz - 1); in read_decode_cache_bcr()136 p_ic->ver = ibcr.ver; in read_decode_cache_bcr()137 p_ic->vipt = 1; in read_decode_cache_bcr()138 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()