Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h184 #define DEBUG_TRACECALL_F 0x0400 macro
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h76 # define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c279 M.x86.debug ^= DEBUG_TRACECALL_F; in x86emu_single_step()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch433 - M.x86.debug ^= DEBUG_TRACECALL_F;
435 + M.x86.debug ^= DEBUG_TRACECALL_F;
19854 #define DEBUG_TRACECALL_F 0x000400
19930 -# define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
19948 +#define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)