Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_nhmex.c978 int idx, er_idx; in nhmex_rbox_get_constraint() local
988 er_idx = idx; in nhmex_rbox_get_constraint()
990 if (er_idx > 2) in nhmex_rbox_get_constraint()
991 er_idx--; in nhmex_rbox_get_constraint()
992 er_idx += (reg1->idx / 6) * 5; in nhmex_rbox_get_constraint()
994 er = &box->shared_regs[er_idx]; in nhmex_rbox_get_constraint()
1059 int idx, er_idx; in nhmex_rbox_put_constraint() local
1065 er_idx = idx; in nhmex_rbox_put_constraint()
1066 if (er_idx > 2) in nhmex_rbox_put_constraint()
1067 er_idx--; in nhmex_rbox_put_constraint()
[all …]