Home
last modified time | relevance | path

Searched refs:INTR_SYNCH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/x86emu/
H A Dx86emu_regs.h168 #define INTR_SYNCH 0x1 macro
H A Dx86emu.c197 if (emu->x86.intr & INTR_SYNCH) { in x86emu_intr_handle()
216 emu->x86.intr |= INTR_SYNCH; in x86emu_intr_raise()
235 if (((emu->x86.intr & INTR_SYNCH) && in x86emu_exec()