Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h233 #define RTIT_CTL_PWR_EVT_EN BIT(4) macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h233 #define RTIT_CTL_PWR_EVT_EN BIT(4) macro
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dpt.c300 RTIT_CTL_PWR_EVT_EN | \
351 if (config & RTIT_CTL_PWR_EVT_EN && in pt_event_valid()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7348 vmx->pt_desc.ctl_bitmask &= ~RTIT_CTL_PWR_EVT_EN; in update_intel_pt_cfg()