Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/intel/
Dp4.c954 u64 escr_conf = p4_config_unpack_escr(p4_clear_ht_bit(hwc->config)); in __p4_pmu_enable_event() local
970 escr_conf &= ~P4_ESCR_EVENT_MASK; in __p4_pmu_enable_event()
971 escr_conf |= P4_ESCR_EVENT(P4_OPCODE_EVNT(bind->opcode)); in __p4_pmu_enable_event()
981 (void)wrmsrl_safe(escr_addr, escr_conf); in __p4_pmu_enable_event()