Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h68 #define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F) macro
87 #define DEBUG_DISASSEMBLE() 0 macro
134 if (DEBUG_DISASSEMBLE()) { \
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h68 # define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F) macro
87 # define DEBUG_DISASSEMBLE() 0 macro
138 if (DEBUG_DISASSEMBLE()) { \
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch128 * This routine called if the flag DEBUG_DISASSEMBLE is set kind
19922 -# define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F)
19940 +#define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F)
19959 -# define DEBUG_DISASSEMBLE() 0
19976 +#define DEBUG_DISASSEMBLE() 0