Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h241 #define ARCH_LBR_CTL_LBREN BIT(0) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h257 #define ARCH_LBR_CTL_LBREN BIT(0) macro
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c160 wrmsrl(MSR_ARCH_LBR_CTL, lbr_select | ARCH_LBR_CTL_LBREN); in __intel_pmu_lbr_enable()