Home
last modified time | relevance | path

Searched refs:MSR_APIC_START (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c296 case MSR_APIC_START ... MSR_APIC_END: { in helper_wrmsr()
298 int index = (uint32_t)env->regs[R_ECX] - MSR_APIC_START; in helper_wrmsr()
475 case MSR_APIC_START ... MSR_APIC_END: { in helper_rdmsr()
477 int index = (uint32_t)env->regs[R_ECX] - MSR_APIC_START; in helper_rdmsr()
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c689 case MSR_APIC_START ... MSR_APIC_END: { in simulate_rdmsr()
691 int index = (uint32_t)env->regs[R_ECX] - MSR_APIC_START; in simulate_rdmsr()
807 case MSR_APIC_START ... MSR_APIC_END: { in simulate_wrmsr()
809 int index = (uint32_t)env->regs[R_ECX] - MSR_APIC_START; in simulate_wrmsr()
/openbmc/qemu/target/i386/
H A Dcpu.h579 #define MSR_APIC_START 0x00000800 macro