Searched refs:aux_config (Results 1 – 3 of 3) sorted by relevance
83 union aux_config { union158 union aux_config cfg);
422 u64 ctl = event->hw.aux_config; in pt_config_start()433 WRITE_ONCE(event->hw.aux_config, ctl); in pt_config_start()512 if (!event->hw.aux_config) { in pt_config()542 event->hw.aux_config = reg; in pt_config()566 u64 ctl = READ_ONCE(event->hw.aux_config); in pt_config_stop()576 WRITE_ONCE(event->hw.aux_config, ctl); in pt_config_stop()1590 wrmsrq(MSR_IA32_RTIT_CTL, event->hw.aux_config); in intel_pt_handle_vmx()
166 u64 aux_config; member