Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h76 # define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F) macro
94 # define DEBUG_TRACECALL() 0 macro
124 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
171 if (DEBUG_TRACECALL()) \
176 if (DEBUG_TRACECALL()) \
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch19930 -# define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
19948 +#define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
19966 -# define DEBUG_TRACECALL() 0
19983 +#define DEBUG_TRACECALL() 0
20057 if (DEBUG_TRACECALL()) \
20063 if (DEBUG_TRACECALL()) \