Searched refs:MSR_IA32_UCODE_REV (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/ |
| H A D | microcode.c | 91 "i" (MSR_IA32_UCODE_REV) in microcode_read_rev() 107 wrmsr(MSR_IA32_UCODE_REV, 0, 0); in microcode_read_cpu() 109 rdmsr(MSR_IA32_UCODE_REV, low, cpu->update_revision); in microcode_read_cpu()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | microcode_intel.h | 60 native_wrmsrl(MSR_IA32_UCODE_REV, 0); in intel_get_microcode_revision() 66 native_rdmsr(MSR_IA32_UCODE_REV, dummy, rev); in intel_get_microcode_revision()
|
| H A D | msr-index.h | 673 #define MSR_IA32_UCODE_REV 0x0000008b macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | sipi_vector.S | 128 mov $MSR_IA32_UCODE_REV, %ecx
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | msr-index.h | 379 #define MSR_IA32_UCODE_REV 0x0000008b macro
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 673 #define MSR_IA32_UCODE_REV 0x0000008b macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 1312 MSR_IA32_UCODE_REV, 1366 MSR_IA32_UCODE_REV, 1456 case MSR_IA32_UCODE_REV: in kvm_get_msr_feature() 3086 case MSR_IA32_UCODE_REV: in kvm_set_msr_common() 3459 case MSR_IA32_UCODE_REV: in kvm_get_msr_common()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | nested.c | 852 CC(e->index == MSR_IA32_UCODE_REV)) in nested_vmx_msr_check_common()
|