Searched refs:DEBUGCTLMSR_LBR (Results 1 – 6 of 6) sorted by relevance
133 #define DEBUGCTLMSR_LBR (1UL << 0) /* last branch recording */ macro
303 #define DEBUGCTLMSR_LBR (1UL << 0) /* last branch recording */ macro
213 debugctl |= DEBUGCTLMSR_LBR; in __intel_pmu_lbr_enable()241 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
2579 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
3136 } else if (data & ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_BTF)) { in kvm_set_msr_common()