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

  /external/u-boot/drivers/bios_emulator/x86emu/
debug.c 244 M.x86.debug |= DEBUG_TRACE_F;
299 M.x86.debug &= ~DEBUG_TRACE_F;
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);
  /external/u-boot/drivers/bios_emulator/include/
x86emu.h 175 #define DEBUG_TRACE_F 0x0002 /* dump regs before/after execution */
  /external/u-boot/drivers/bios_emulator/include/x86emu/
debug.h 66 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)

Completed in 372 milliseconds