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

  /external/u-boot/drivers/bios_emulator/include/x86emu/
debug.h 65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
84 # define DEBUG_DECODE() 0
108 # define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
110 # define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
120 if (DEBUG_DECODE()) \
124 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
142 if (DEBUG_TRACE() || DEBUG_DECODE()) X86EMU_trace_regs()
  /external/u-boot/drivers/bios_emulator/x86emu/
debug.c 59 if (DEBUG_DECODE() && !DEBUG_DECODE_NOPRINT()) {
ops.c     [all...]

Completed in 106 milliseconds