Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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() \
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Ddebug.c239 if (DEBUG_BREAK()) { in x86emu_single_step()