Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dpt.c303 RTIT_CTL_BRANCH_EN | \
398 !(config & RTIT_CTL_BRANCH_EN)) in pt_event_valid()
404 if (config & RTIT_CTL_BRANCH_EN) in pt_event_valid()
524 reg |= event->attr.config & RTIT_CTL_BRANCH_EN; in pt_config()
526 reg |= RTIT_CTL_BRANCH_EN; in pt_config()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h282 #define RTIT_CTL_BRANCH_EN BIT(13) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h298 #define RTIT_CTL_BRANCH_EN BIT(13) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c7727 RTIT_CTL_BRANCH_EN); in update_intel_pt_cfg()