Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c407 wrmsrl(MSR_IA32_DEBUGCTLMSR, dbg_ctl | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in amd_pmu_lbr_enable_all()
427 wrmsrl(MSR_IA32_DEBUGCTLMSR, dbg_ctl & ~DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in amd_pmu_lbr_disable_all()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h140 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c152 debugctl &= ~DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
154 debugctl |= DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
H A Dcore.c2913 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h354 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h369 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c638 if (data & DEBUGCTLMSR_FREEZE_LBRS_ON_PMI) { in intel_pmu_legacy_freezing_lbrs_on_pmi()
H A Dvmx.c2159 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h1456 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()