Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/
H A Dlbr.c405 wrmsrq(MSR_IA32_DEBUGCTLMSR, dbg_ctl | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in amd_pmu_lbr_enable_all()
/linux/arch/x86/events/intel/
H 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()
H A Dcore.c3106 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
/linux/arch/x86/include/asm/
H A Dmsr-index.h418 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c658 if (data & DEBUGCTLMSR_FREEZE_LBRS_ON_PMI) { in intel_pmu_legacy_freezing_lbrs_on_pmi()
H A Dvmx.c2132 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h418 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro