Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A 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()
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h261 #define INTR_SYNCH 0x1 macro
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch744 - 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) &&