Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_amd.c667 int df_idx; in amd_get_msr() local
694 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()