Home
last modified time | relevance | path

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

/openbmc/u-boot/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
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c59 if (DEBUG_DECODE() && !DEBUG_DECODE_NOPRINT()) { in X86EMU_trace_regs()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch101 - if (DEBUG_DECODE() && ! DEBUG_DECODE_NOPRINT()) {
105 + if (DEBUG_DECODE() && !DEBUG_DECODE_NOPRINT()) {
19935 -# define DEBUG_DECODE_NOPRINT() (M.x86.debug & DEBUG_DECODE_NOPRINT_F)
19953 +#define DEBUG_DECODE_NOPRINT() (M.x86.debug & DEBUG_DECODE_NOPRINT_F)
19971 -# define DEBUG_DECODE_NOPRINT() 0
19988 +#define DEBUG_DECODE_NOPRINT() 0