Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snbep.c846 int ev_sel = hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK; in snbep_pcu_hw_config() local
848 if (ev_sel >= 0xb && ev_sel <= 0xe) { in snbep_pcu_hw_config()
850 reg1->idx = ev_sel - 0xb; in snbep_pcu_hw_config()
1986 int ev_sel = hwc->config & SNBEP_PMON_CTL_EV_SEL_MASK; in hswep_pcu_hw_config() local
1988 if (ev_sel >= 0xb && ev_sel <= 0xe) { in hswep_pcu_hw_config()
1990 reg1->idx = ev_sel - 0xb; in hswep_pcu_hw_config()
Dperf_event_intel_uncore_nhmex.c348 int ctr, ev_sel; in nhmex_bbox_hw_config() local
352 ev_sel = (hwc->config & NHMEX_B_PMON_CTL_EV_SEL_MASK) >> in nhmex_bbox_hw_config()
356 if ((ctr == 0 && ev_sel > 0x3) || (ctr == 1 && ev_sel > 0x6) || in nhmex_bbox_hw_config()
357 (ctr == 2 && ev_sel != 0x4) || ctr == 3) in nhmex_bbox_hw_config()