Searched refs:DEBUGCTLMSR_LBR (Results 1 – 3 of 3) sorted by relevance
142 debugctl |= (DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_enable()151 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
105 #define DEBUGCTLMSR_LBR (1UL << 0) /* last branch recording */ macro
2123 } else if (data & ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_BTF)) { in kvm_set_msr_common()