Searched refs:INTR_SYNCH (Results 1 – 3 of 3) 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
744 - if (M.x86.intr & INTR_SYNCH) {761 + if (M.x86.intr & INTR_SYNCH) {790 - M.x86.intr |= INTR_SYNCH;792 + M.x86.intr |= INTR_SYNCH;848 - if (((M.x86.intr & INTR_SYNCH) && (M.x86.intno == 0 || M.x86.intno == 2)) ||856 + if (((M.x86.intr & INTR_SYNCH) &&