Searched refs:aux_config (Results 1 – 3 of 3) sorted by relevance
83 union aux_config { union158 union aux_config cfg);
419 u64 ctl = event->hw.aux_config; in pt_config_start()427 WRITE_ONCE(event->hw.aux_config, ctl); in pt_config_start()506 if (!event->hw.aux_config) { in pt_config()536 event->hw.aux_config = reg; in pt_config()543 u64 ctl = READ_ONCE(event->hw.aux_config); in pt_config_stop()553 WRITE_ONCE(event->hw.aux_config, ctl); in pt_config_stop()1560 wrmsrl(MSR_IA32_RTIT_CTL, event->hw.aux_config); in intel_pt_handle_vmx()
172 u64 aux_config; member