Home
last modified time | relevance | path

Searched refs:DEBUG_BREAK (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h69 #define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F) macro
88 #define DEBUG_BREAK() 0 macro
120 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h69 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F) macro
88 # define DEBUG_BREAK() 0 macro
124 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c258 if (DEBUG_BREAK()) { in x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c239 if (DEBUG_BREAK()) { in x86emu_single_step()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch359 - if (DEBUG_BREAK()) {
372 + if (DEBUG_BREAK()) {
19923 -# define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
19941 +#define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
19960 -# define DEBUG_BREAK() 0
19977 +#define DEBUG_BREAK() 0