Home
last modified time | relevance | path

Searched refs:DEBUG_DECODE_NOPRINT (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h81 # define DEBUG_DECODE_NOPRINT() (M.x86.debug & DEBUG_DECODE_NOPRINT_F) macro
99 # define DEBUG_DECODE_NOPRINT() 0 macro
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c59 if (DEBUG_DECODE() && !DEBUG_DECODE_NOPRINT()) { in X86EMU_trace_regs()