Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h76 #define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F) macro
94 #define DEBUG_TRACECALL() 0 macro
120 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
167 if (DEBUG_TRACECALL()) \
172 if (DEBUG_TRACECALL()) \
/OK3568_Linux_fs/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()) \
/OK3568_Linux_fs/yocto/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()) \