Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arc/mm/
Dcache.c144 struct cpuinfo_arc_cache *p_ic, *p_dc; in read_decode_cache_bcr() local
154 p_ic = &cpuinfo_arc700[cpu].icache; in read_decode_cache_bcr()
162 p_ic->assoc = 2; /* Fixed to 2w set assoc */ in read_decode_cache_bcr()
164 p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */ in read_decode_cache_bcr()
167 p_ic->line_len = 8 << ibcr.line_len; in read_decode_cache_bcr()
168 p_ic->sz_k = 1 << (ibcr.sz - 1); in read_decode_cache_bcr()
169 p_ic->vipt = 1; in read_decode_cache_bcr()
170 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; in read_decode_cache_bcr()