Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/mm/
Dcache.c133 struct cpuinfo_arc_cache *p_ic, *p_dc; in read_decode_cache_bcr() local
143 p_ic = &cpuinfo_arc700[cpu].icache; in read_decode_cache_bcr()
151 p_ic->assoc = 2; /* Fixed to 2w set assoc */ in read_decode_cache_bcr()
153 p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr()
156 p_ic->line_len = 8 << ibcr.line_len; in read_decode_cache_bcr()
157 p_ic->sz_k = 1 << (ibcr.sz - 1); in read_decode_cache_bcr()
158 p_ic->vipt = 1; in read_decode_cache_bcr()
159 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()