Searched refs:df_idx (Results 1 – 1 of 1) sorted by relevance
729 int df_idx; in amd_get_msr() local756 df_idx = ri - amd_core_npmcs - amd_l3_npmcs; in amd_get_msr()757 if (df_idx < 4) in amd_get_msr()758 *msr = 6 + df_idx; in amd_get_msr()759 else if (df_idx < 16) in amd_get_msr()760 *msr = 16 + (df_idx - 4); in amd_get_msr()