Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c52 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()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h261 #define INTR_SYNCH 0x1 macro