Home
last modified time | relevance | path

Searched refs:RTIT_CTL_PWR_EVT_EN (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h244 #define RTIT_CTL_PWR_EVT_EN BIT(4) macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h244 #define RTIT_CTL_PWR_EVT_EN BIT(4) macro
/linux-5.19.10/arch/x86/events/intel/
Dpt.c306 RTIT_CTL_PWR_EVT_EN | \
359 if (config & RTIT_CTL_PWR_EVT_EN && in pt_event_valid()
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c7410 vmx->pt_desc.ctl_bitmask &= ~RTIT_CTL_PWR_EVT_EN; in update_intel_pt_cfg()