Home
last modified time | relevance | path

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

/drivers/bios_emulator/x86emu/
A Ddebug.c246 M.x86.debug |= DEBUG_TRACE_F; in x86emu_single_step()
301 M.x86.debug &= ~DEBUG_TRACE_F; in x86emu_single_step()
324 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F; in X86EMU_trace_on()
329 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F); in X86EMU_trace_off()
/drivers/bios_emulator/include/
A Dx86emu.h174 #define DEBUG_TRACE_F 0x0002 /* dump regs before/after execution */ macro
/drivers/bios_emulator/include/x86emu/
A Ddebug.h67 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)

Completed in 8 milliseconds