HomeSort by relevance Sort by last modified time
    Searched refs:INTR_SYNCH (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/bios_emulator/x86emu/
decode.c 52 if (M.x86.intr & INTR_SYNCH) {
81 M.x86.intr |= INTR_SYNCH;
115 if (((M.x86.intr & INTR_SYNCH) && (M.x86.intno == 0 || M.x86.intno == 2)) ||
  /external/u-boot/drivers/bios_emulator/include/x86emu/
regs.h 261 #define INTR_SYNCH 0x1

Completed in 995 milliseconds