Home
last modified time | relevance | path

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

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