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

  /external/u-boot/drivers/bios_emulator/include/
x86emu.h 174 #define DEBUG_DECODE_F 0x0001 /* print decoded instruction */
  /external/u-boot/drivers/bios_emulator/include/x86emu/
debug.h 65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_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 70 milliseconds