Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c168 debugctl |= DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in __intel_pmu_lbr_enable()
178 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
Dperf_event_intel.c1784 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
/arch/x86/include/asm/
Dmsr-index.h189 #define DEBUGCTLMSR_FREEZE_LBRS_ON_PMI (1UL << 11) macro