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

  /external/u-boot/drivers/bios_emulator/include/
x86emu.h 176 #define DEBUG_STEP_F 0x0004
  /external/u-boot/drivers/bios_emulator/include/x86emu/
debug.h 67 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
  /external/u-boot/drivers/bios_emulator/x86emu/
debug.c 322 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
327 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);

Completed in 505 milliseconds