Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/
Dx86emu.h184 #define DEBUG_TRACECALL_F 0x0400 macro
/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h76 # define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c279 M.x86.debug ^= DEBUG_TRACECALL_F; in x86emu_single_step()