Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h369 #define RTIT_CTL_MTC_EN BIT(9) macro
/linux/arch/x86/include/asm/
H A Dmsr-index.h369 #define RTIT_CTL_MTC_EN BIT(9) macro
/linux/arch/x86/events/intel/
H A Dpt.c287 #define RTIT_CTL_MTC (RTIT_CTL_MTC_EN | \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8047 vmx->pt_desc.ctl_bitmask &= ~(RTIT_CTL_MTC_EN | in update_intel_pt_cfg()