Searched refs:df_idx (Results 1 – 1 of 1) sorted by relevance
667 int df_idx; in amd_get_msr() local694 df_idx = ri - amd_core_npmcs - amd_l3_npmcs; in amd_get_msr()695 if (df_idx < 4) in amd_get_msr()696 *msr = 6 + df_idx; in amd_get_msr()697 else if (df_idx < 16) in amd_get_msr()698 *msr = 16 + (df_idx - 4); in amd_get_msr()