Searched refs:ucode_rev (Results 1 – 6 of 6) sorted by relevance
79 if (cpu->ucode_rev == 0) { in kvm_cpu_realizefn()80 cpu->ucode_rev = in kvm_cpu_realizefn()
3929 kvm_msr_entry_add(cpu, MSR_IA32_UCODE_REV, cpu->ucode_rev); in kvm_init_msrs()
469 val = x86_cpu->ucode_rev; in helper_rdmsr()
538 val = cpu->ucode_rev; in hvf_simulate_rdmsr()
2172 uint64_t ucode_rev; member
9366 if (cpu->ucode_rev == 0) { in x86_cpu_realizefn()9373 cpu->ucode_rev = 0x01000065; in x86_cpu_realizefn()9375 cpu->ucode_rev = 0x100000000ULL; in x86_cpu_realizefn()9989 DEFINE_PROP_UINT64("ucode-rev", X86CPU, ucode_rev, 0),