Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dintel_cacheinfo.c302 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
317 l3->subcaches[3] = sc3 = !(val & BIT(12)) + !(val & BIT(13)); in amd_calc_l3_indices()
319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c174 sc3, sc3val, \ argument
183 ((u64)(sc3val) << SEND_SC2VLT##num##_SC##sc3##_SHIFT) | \