Searched refs:INTR_SYNCH (Results 1 – 2 of 2) sorted by relevance
52 if (M.x86.intr & INTR_SYNCH) { in x86emu_intr_handle()81 M.x86.intr |= INTR_SYNCH; in x86emu_intr_raise()115 if (((M.x86.intr & INTR_SYNCH) && (M.x86.intno == 0 || M.x86.intno == 2)) || in X86EMU_exec()
261 #define INTR_SYNCH 0x1 macro