Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c244 M.x86.debug |= DEBUG_TRACE_F; in x86emu_single_step()
299 M.x86.debug &= ~DEBUG_TRACE_F; in x86emu_single_step()
322 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()
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h175 #define DEBUG_TRACE_F 0x0002 /* dump regs before/after execution */ macro
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h66 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch364 - M.x86.debug |= DEBUG_TRACE_F;
378 + M.x86.debug |= DEBUG_TRACE_F;
461 - M.x86.debug &= ~DEBUG_TRACE_F;
470 + M.x86.debug &= ~DEBUG_TRACE_F;
504 - 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);
19842 -#define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */
19844 +#define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */
[all …]