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

/barrelfish-2018-10-04/lib/x86emu/
H A Ddebug.c249 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F;
299 M.x86.debug |= DEBUG_DECODE_NOPRINT_F;
301 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F;
/barrelfish-2018-10-04/include/
H A Dx86emu.h184 #define DEBUG_DECODE_NOPRINT_F 0x008000 macro
/barrelfish-2018-10-04/include/x86emu/
H A Ddebug.h81 # define DEBUG_DECODE_NOPRINT() (M.x86.debug & DEBUG_DECODE_NOPRINT_F)

Completed in 41 milliseconds