Home
last modified time | relevance | path

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

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