Home
last modified time | relevance | path

Searched refs:DEBUG_DECODE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F) macro
84 # define DEBUG_DECODE() 0 macro
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()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c1285 if (DEBUG_DECODE()) { in x86emuOp_opc80_byte_RM_IMM()
1363 if (DEBUG_DECODE()) { in x86emuOp_opc81_word_RM_IMM()
1479 if (DEBUG_DECODE()) { in x86emuOp_opc82_byte_RM_IMM()
1555 if (DEBUG_DECODE()) { in x86emuOp_opc83_word_RM_IMM()
3087 if (DEBUG_DECODE()) { in x86emuOp_opcC0_byte_RM_MEM()
3162 if (DEBUG_DECODE()) { in x86emuOp_opcC1_word_RM_MEM()
3634 if (DEBUG_DECODE()) { in x86emuOp_opcD0_byte_RM_1()
3705 if (DEBUG_DECODE()) { in x86emuOp_opcD1_word_RM_1()
3807 if (DEBUG_DECODE()) { in x86emuOp_opcD2_byte_RM_CL()
3880 if (DEBUG_DECODE()) { in x86emuOp_opcD3_word_RM_CL()
[all …]
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()) {
19919 -# define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
19937 +#define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
19956 -# define DEBUG_DECODE() 0
19973 +#define DEBUG_DECODE() 0
19993 -# define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
19994 +#define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
19996 -# define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
19997 +#define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \
[all …]