Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Daux_engine.h83 union aux_config { union
158 union aux_config cfg);
/linux/arch/x86/events/intel/
H A Dpt.c419 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()
/linux/include/linux/
H A Dperf_event.h172 u64 aux_config; member