Home
last modified time | relevance | path

Searched refs:ucode_rev (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c79 if (cpu->ucode_rev == 0) { in kvm_cpu_realizefn()
80 cpu->ucode_rev = in kvm_cpu_realizefn()
H A Dkvm.c3929 kvm_msr_entry_add(cpu, MSR_IA32_UCODE_REV, cpu->ucode_rev); in kvm_init_msrs()
/openbmc/qemu/target/i386/tcg/system/
H A Dmisc_helper.c469 val = x86_cpu->ucode_rev; in helper_rdmsr()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c538 val = cpu->ucode_rev; in hvf_simulate_rdmsr()
/openbmc/qemu/target/i386/
H A Dcpu.h2172 uint64_t ucode_rev; member
H A Dcpu.c9366 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),