escr_conf         953 arch/x86/events/intel/p4.c 	u64 escr_conf = p4_config_unpack_escr(p4_clear_ht_bit(hwc->config));
escr_conf         969 arch/x86/events/intel/p4.c 	escr_conf &= ~P4_ESCR_EVENT_MASK;
escr_conf         970 arch/x86/events/intel/p4.c 	escr_conf |= P4_ESCR_EVENT(P4_OPCODE_EVNT(bind->opcode));
escr_conf         980 arch/x86/events/intel/p4.c 	(void)wrmsrl_safe(escr_addr, escr_conf);