Home
last modified time | relevance | path

Searched refs:MSR_ARCH_LBR_DEPTH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c186 wrmsrl(MSR_ARCH_LBR_DEPTH, x86_pmu.lbr_nr); in intel_pmu_arch_lbr_reset()
1516 if (wrmsrl_safe(MSR_ARCH_LBR_DEPTH, lbr_nr)) in intel_pmu_arch_lbr_init()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h248 #define MSR_ARCH_LBR_DEPTH 0x000014cf macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h264 #define MSR_ARCH_LBR_DEPTH 0x000014cf macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4185 ret = kvm_get_one_msr(cpu, MSR_ARCH_LBR_DEPTH, &depth); in kvm_put_msrs()
4189 kvm_msr_entry_add(cpu, MSR_ARCH_LBR_DEPTH, env->msr_lbr_depth); in kvm_put_msrs()
4596 ret = kvm_get_one_msr(cpu, MSR_ARCH_LBR_DEPTH, &depth); in kvm_get_msrs()
4599 kvm_msr_entry_add(cpu, MSR_ARCH_LBR_DEPTH, 0); in kvm_get_msrs()
4944 case MSR_ARCH_LBR_DEPTH: in kvm_get_msrs()
/openbmc/qemu/target/i386/
H A Dcpu.h418 #define MSR_ARCH_LBR_DEPTH 0x000014cf macro