Lines Matching defs:p_ic
144 struct cpuinfo_arc_cache *p_ic, *p_dc;
154 p_ic = &cpuinfo_arc700[cpu].icache;
162 p_ic->assoc = 2; /* Fixed to 2w set assoc */
164 p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */
167 p_ic->line_len = 8 << ibcr.line_len;
168 p_ic->sz_k = 1 << (ibcr.sz - 1);
169 p_ic->vipt = 1;
170 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1;