Searched refs:DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (Results 1 – 7 of 7) sorted by relevance
405 wrmsrq(MSR_IA32_DEBUGCTLMSR, dbg_ctl | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in amd_pmu_lbr_enable_all()
153 debugctl &= ~DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable() 155 debugctl |= DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
3106 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
418 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
658 if (data & DEBUGCTLMSR_FREEZE_LBRS_ON_PMI) { in intel_pmu_legacy_freezing_lbrs_on_pmi()
2132 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()