Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Dlbr.c183 debugctl |= DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
193 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
Dcore.c2197 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h166 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h449 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro