Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h77 # define DEBUG_TRACECALLREGS() (M.x86.debug & DEBUG_TRACECALL_REGS_F) macro
95 # define DEBUG_TRACECALLREGS() 0 macro
169 if (DEBUG_TRACECALLREGS()) \
174 if (DEBUG_TRACECALLREGS()) \
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch19931 -# define DEBUG_TRACECALLREGS() (M.x86.debug & DEBUG_TRACECALL_REGS_F)
19949 +#define DEBUG_TRACECALLREGS() (M.x86.debug & DEBUG_TRACECALL_REGS_F)
19967 -# define DEBUG_TRACECALLREGS() 0
19984 +#define DEBUG_TRACECALLREGS() 0
20055 if (DEBUG_TRACECALLREGS()) \
20061 if (DEBUG_TRACECALLREGS()) \