Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dintel_cacheinfo.c302 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
309 l3->subcaches[1] = sc1 = !(val & BIT(4)); in amd_calc_l3_indices()
313 l3->subcaches[1] = sc1 += !(val & BIT(5)); in amd_calc_l3_indices()
319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()