Revision 00a152b4 target-i386/cpu.h

b/target-i386/cpu.h
466 466
#define EXCP_SYSCALL    0x100 /* only happens in user only emulation
467 467
                                 for syscall instruction */
468 468

  
469
/* i386-specific interrupt pending bits.  */
470
#define CPU_INTERRUPT_SMI       CPU_INTERRUPT_TGT_EXT_2
471
#define CPU_INTERRUPT_MCE       CPU_INTERRUPT_TGT_EXT_4
472
#define CPU_INTERRUPT_VIRQ      CPU_INTERRUPT_TGT_INT_0
473
#define CPU_INTERRUPT_INIT      CPU_INTERRUPT_TGT_INT_1
474
#define CPU_INTERRUPT_SIPI      CPU_INTERRUPT_TGT_INT_2
475

  
476

  
469 477
enum {
470 478
    CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
471 479
    CC_OP_EFLAGS,  /* all cc are explicitly computed, CC_SRC = flags */

Also available in: Unified diff