Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Duncore_nhmex.c985 int idx, er_idx; in nhmex_rbox_get_constraint() local
995 er_idx = idx; in nhmex_rbox_get_constraint()
997 if (er_idx > 2) in nhmex_rbox_get_constraint()
998 er_idx--; in nhmex_rbox_get_constraint()
999 er_idx += (reg1->idx / 6) * 5; in nhmex_rbox_get_constraint()
1001 er = &box->shared_regs[er_idx]; in nhmex_rbox_get_constraint()
1066 int idx, er_idx; in nhmex_rbox_put_constraint() local
1072 er_idx = idx; in nhmex_rbox_put_constraint()
1073 if (er_idx > 2) in nhmex_rbox_put_constraint()
1074 er_idx--; in nhmex_rbox_put_constraint()
[all …]