Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c243 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F; in x86emu_single_step()
295 M.x86.debug |= DEBUG_DECODE_NOPRINT_F; in x86emu_single_step()
297 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F; in x86emu_single_step()
/external/u-boot/drivers/bios_emulator/include/
Dx86emu.h189 #define DEBUG_DECODE_NOPRINT_F 0x8000 macro
/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h81 # define DEBUG_DECODE_NOPRINT() (M.x86.debug & DEBUG_DECODE_NOPRINT_F)