Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c151 debugctl |= DEBUGCTLMSR_LBR; in __intel_pmu_lbr_enable()
168 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()
Dperf_event_intel.c1562 ~(DEBUGCTLMSR_FREEZE_LBRS_ON_PMI|DEBUGCTLMSR_LBR)); in intel_pmu_reset()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h126 #define DEBUGCTLMSR_LBR (1UL << 0) /* last branch recording */ macro
/linux-4.1.27/arch/x86/kvm/
Dx86.c2175 } else if (data & ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_BTF)) { in kvm_set_msr_common()