Searched refs:MSR_IA32_UCODE_REV (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | microcode.h | 61 native_wrmsrl(MSR_IA32_UCODE_REV, 0); in intel_get_microcode_revision() 67 native_rdmsr(MSR_IA32_UCODE_REV, dummy, rev); in intel_get_microcode_revision()
|
H A D | msr-index.h | 811 #define MSR_IA32_UCODE_REV 0x0000008b macro
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | microcode.c | 88 "i" (MSR_IA32_UCODE_REV) in microcode_read_rev() 104 wrmsr(MSR_IA32_UCODE_REV, 0, 0); in microcode_read_cpu() 106 rdmsr(MSR_IA32_UCODE_REV, low, cpu->update_revision); in microcode_read_cpu()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | sipi_vector.S | 127 mov $MSR_IA32_UCODE_REV, %ecx
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm-cpu.c | 80 MSR_IA32_UCODE_REV); in kvm_cpu_realizefn()
|
H A D | kvm.c | 2581 case MSR_IA32_UCODE_REV: in kvm_get_supported_msrs() 3862 kvm_msr_entry_add(cpu, MSR_IA32_UCODE_REV, cpu->ucode_rev); in kvm_init_msrs()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 378 #define MSR_IA32_UCODE_REV 0x0000008b macro
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | misc_helper.c | 467 case MSR_IA32_UCODE_REV: in helper_rdmsr()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 789 #define MSR_IA32_UCODE_REV 0x0000008b macro
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_emu.c | 700 case MSR_IA32_UCODE_REV: in simulate_rdmsr()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 401 #define MSR_IA32_UCODE_REV 0x8b macro
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 1543 MSR_IA32_UCODE_REV, 1579 MSR_IA32_UCODE_REV, 1601 return msr != MSR_IA32_UCODE_REV; in kvm_is_immutable_feature_msr() 1693 case MSR_IA32_UCODE_REV: in kvm_get_msr_feature() 3651 case MSR_IA32_UCODE_REV: in kvm_set_msr_common() 4095 case MSR_IA32_UCODE_REV: in kvm_get_msr_common()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5551 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 863 CC(e->index == MSR_IA32_UCODE_REV)) in nested_vmx_msr_check_common()
|