Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c77 if (cpu->ucode_rev == 0) { in kvm_cpu_realizefn()
78 cpu->ucode_rev = in kvm_cpu_realizefn()
H A Dkvm.c3877 kvm_msr_entry_add(cpu, MSR_IA32_UCODE_REV, cpu->ucode_rev); in kvm_init_msrs()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.c92 drvr->wlc->ucode_rev, hw->band->radiorev, in brcms_debugfs_hardware_read()
H A Dmain.h485 uint ucode_rev; member
H A Dmain.c7860 if (wlc->ucode_rev == 0) { in brcms_c_init()
7866 wlc->ucode_rev = (rev << NBITS(u16)) | patch; in brcms_c_init()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c468 val = x86_cpu->ucode_rev; in helper_rdmsr()
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c701 val = cpu->ucode_rev; in simulate_rdmsr()
/openbmc/qemu/target/i386/
H A Dcpu.h2075 uint64_t ucode_rev; member
H A Dcpu.c7874 if (cpu->ucode_rev == 0) { in x86_cpu_realizefn()
7881 cpu->ucode_rev = 0x01000065; in x86_cpu_realizefn()
7883 cpu->ucode_rev = 0x100000000ULL; in x86_cpu_realizefn()
8514 DEFINE_PROP_UINT64("ucode-rev", X86CPU, ucode_rev, 0),
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c8466 u8 ucode_rev; member