Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h67 #define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F) macro
86 #define DEBUG_STEP() 0 macro
144 #define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h67 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F) macro
86 # define DEBUG_STEP() 0 macro
148 # define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch19921 -# define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
19939 +#define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
19958 -# define DEBUG_STEP() 0
19975 +#define DEBUG_STEP() 0
20025 -# define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
20026 +#define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()