Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h176 #define DEBUG_STEP_F 0x0004 macro
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h67 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
/openbmc/openbmc/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);
19845 #define DEBUG_STEP_F 0x000004
19921 -# define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
19939 +#define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)