Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/
Dx86emu.h190 #define DEBUG_EXIT 0x10000 macro
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c122 if (M.x86.debug & DEBUG_EXIT) { in X86EMU_exec()
123 M.x86.debug &= ~DEBUG_EXIT; in X86EMU_exec()
Ddebug.c305 M.x86.debug |= DEBUG_EXIT; in x86emu_single_step()