Searched refs:DEBUGCTLMSR_LBR (Results 1 – 8 of 8) sorted by relevance
659 data &= ~DEBUGCTLMSR_LBR; in intel_pmu_legacy_freezing_lbrs_on_pmi()733 if (vmx_guest_debugctl_read() & DEBUGCTLMSR_LBR) in vmx_passthrough_lbr_msrs()755 if (!(vmx_guest_debugctl_read() & DEBUGCTLMSR_LBR)) in intel_pmu_cleanup()
2132 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()2146 if (invalid & (DEBUGCTLMSR_BTF | DEBUGCTLMSR_LBR)) { in vmx_is_valid_debugctl()2148 invalid &= ~(DEBUGCTLMSR_BTF | DEBUGCTLMSR_LBR); in vmx_is_valid_debugctl()2234 (data & DEBUGCTLMSR_LBR)) in vmx_set_msr()
409 #define DEBUGCTLMSR_LBR (1UL << DEBUGCTLMSR_LBR_BIT) macro
674 #define DEBUGCTL_RESERVED_BITS (~DEBUGCTLMSR_LBR)
910 bool enable_lbrv = (svm_get_lbr_vmcb(svm)->save.dbgctl & DEBUGCTLMSR_LBR) || in svm_update_lbrv()
1592 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
146 debugctl |= DEBUGCTLMSR_LBR; in __intel_pmu_lbr_enable()
3106 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
Completed in 70 milliseconds