Searched refs:MSR_APIC_START (Results 1 – 3 of 3) sorted by relevance
296 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()
689 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()
579 #define MSR_APIC_START 0x00000800 macro