Searched refs:DEBUG_TRACE_F (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Ddebug.c250 M.x86.debug |= DEBUG_TRACE_F;
303 M.x86.debug &= ~DEBUG_TRACE_F;
325 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
330 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
H A Dx86emu.h170 #define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */ macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Ddebug.c264 M.x86.debug |= DEBUG_TRACE_F;
320 M.x86.debug &= ~DEBUG_TRACE_F;
343 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
349 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
H A Dx86emu.h170 #define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */ macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Ddebug.h66 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Ddebug.h66 #define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)

Completed in 5 milliseconds