Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/
Dx86emu.h177 #define DEBUG_DISASSEMBLE_F 0x0008 macro
/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h68 # define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F)
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c122 tregs.x86.debug |= DEBUG_DISASSEMBLE_F; in disassemble_forward()