Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Daux_engine.h83 union aux_config { union
158 union aux_config cfg);
/linux-6.15/arch/x86/events/intel/
H A Dpt.c420 u64 ctl = event->hw.aux_config; in pt_config_start()
431 WRITE_ONCE(event->hw.aux_config, ctl); in pt_config_start()
510 if (!event->hw.aux_config) { in pt_config()
540 event->hw.aux_config = reg; in pt_config()
564 u64 ctl = READ_ONCE(event->hw.aux_config); in pt_config_stop()
574 WRITE_ONCE(event->hw.aux_config, ctl); in pt_config_stop()
1588 wrmsrl(MSR_IA32_RTIT_CTL, event->hw.aux_config); in intel_pt_handle_vmx()
/linux-6.15/include/linux/
H A Dperf_event.h172 u64 aux_config; member