Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
Duncore_nhmex.c355 int ctr, ev_sel; in nhmex_bbox_hw_config() local
359 ev_sel = (hwc->config & NHMEX_B_PMON_CTL_EV_SEL_MASK) >> in nhmex_bbox_hw_config()
363 if ((ctr == 0 && ev_sel > 0x3) || (ctr == 1 && ev_sel > 0x6) || in nhmex_bbox_hw_config()
364 (ctr == 2 && ev_sel != 0x4) || ctr == 3) in nhmex_bbox_hw_config()
Duncore_snbep.c1113 int ev_sel = hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK; in snbep_pcu_hw_config() local
1115 if (ev_sel >= 0xb && ev_sel <= 0xe) { in snbep_pcu_hw_config()
1117 reg1->idx = ev_sel - 0xb; in snbep_pcu_hw_config()
2779 int ev_sel = hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK; in hswep_pcu_hw_config() local
2781 if (ev_sel >= 0xb && ev_sel <= 0xe) { in hswep_pcu_hw_config()
2783 reg1->idx = ev_sel - 0xb; in hswep_pcu_hw_config()
4412 int ev_sel = hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK; in snr_pcu_hw_config() local
4414 if (ev_sel >= 0xb && ev_sel <= 0xe) { in snr_pcu_hw_config()
4416 reg1->idx = ev_sel - 0xb; in snr_pcu_hw_config()