Searched refs:DEBUGCTLMSR_LBR (Results 1 – 5 of 5) sorted by relevance
176 debugctl |= DEBUGCTLMSR_LBR; in __intel_pmu_lbr_enable()193 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
2197 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
158 #define DEBUGCTLMSR_LBR (1UL << 0) /* last branch recording */ macro
441 #define DEBUGCTLMSR_LBR (1UL << 0) /* last branch recording */ macro
2376 } else if (data & ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_BTF)) { in kvm_set_msr_common()