Home
last modified time | relevance | path

Searched refs:DEBUG_DECODE_F (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c343 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F; in X86EMU_trace_on()
349 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F); in X86EMU_trace_off()
H A Dx86emu.h169 #define DEBUG_DECODE_F 0x000001 /* print decoded instruction */ macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c322 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F; in X86EMU_trace_on()
327 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F); in X86EMU_trace_off()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h174 #define DEBUG_DECODE_F 0x0001 /* print decoded instruction */ macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h65 #define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch504 - return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
505 + return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
512 - return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
513 + return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
19841 -#define DEBUG_DECODE_F 0x000001 /* print decoded instruction */
19843 +#define DEBUG_DECODE_F 0x000001 /* print decoded instruction */
19919 -# define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
19937 +#define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)