Home
last modified time | relevance | path

Searched refs:DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (Results 1 – 7 of 7) sorted by relevance

/arch/x86/events/amd/
A Dlbr.c405 wrmsrq(MSR_IA32_DEBUGCTLMSR, dbg_ctl | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in amd_pmu_lbr_enable_all()
/arch/x86/events/
A Dperf_event.h1447 wrmsrq(MSR_IA32_DEBUGCTLMSR, dbg_ctl & ~DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __amd_pmu_lbr_disable()
1592 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
/arch/x86/events/intel/
A Dlbr.c153 debugctl &= ~DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
155 debugctl |= DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
A Dcore.c3106 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
/arch/x86/include/asm/
A Dmsr-index.h418 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
/arch/x86/kvm/vmx/
A Dpmu_intel.c658 if (data & DEBUGCTLMSR_FREEZE_LBRS_ON_PMI) { in intel_pmu_legacy_freezing_lbrs_on_pmi()
A Dvmx.c2132 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()

Completed in 49 milliseconds