Searched refs:DEBUGCTLMSR_LBR (Results 1 – 7 of 7) sorted by relevance
650 data &= ~DEBUGCTLMSR_LBR; in intel_pmu_legacy_freezing_lbrs_on_pmi()724 if (vmx_guest_debugctl_read() & DEBUGCTLMSR_LBR) in vmx_passthrough_lbr_msrs()746 if (!(vmx_guest_debugctl_read() & DEBUGCTLMSR_LBR)) in intel_pmu_cleanup()
2263 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()2277 if (invalid & (DEBUGCTLMSR_BTF | DEBUGCTLMSR_LBR)) { in vmx_is_valid_debugctl()2279 invalid &= ~(DEBUGCTLMSR_BTF | DEBUGCTLMSR_LBR); in vmx_is_valid_debugctl()2365 (data & DEBUGCTLMSR_LBR)) in vmx_set_msr()
438 #define DEBUGCTLMSR_LBR (1UL << DEBUGCTLMSR_LBR_BIT) macro
676 #define DEBUGCTL_RESERVED_BITS (~DEBUGCTLMSR_LBR)
839 bool enable_lbrv = (svm->vmcb->save.dbgctl & DEBUGCTLMSR_LBR) || in svm_update_lbrv()
1617 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
3219 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()