Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h69 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F) macro
88 # define DEBUG_BREAK() 0 macro
124 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c239 if (DEBUG_BREAK()) { in x86emu_single_step()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch359 - if (DEBUG_BREAK()) {
372 + if (DEBUG_BREAK()) {
19923 -# define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
19941 +#define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
19960 -# define DEBUG_BREAK() 0
19977 +#define DEBUG_BREAK() 0