HomeSort by: relevance | last modified time | path
    Searched defs:vrisa_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/isa/
isa_machdep.c 63 int vrisa_debug = VRISADEBUG_CONF; variable in typeref:typename:int
64 #define DPRINTF(arg) if (vrisa_debug) printf arg;
65 #define DBITDISP(mask) if (vrisa_debug) dbg_bit_print(mask);
66 #define VPRINTF(arg) if (bootverbose || vrisa_debug) printf arg;
isa_machdep.c 63 int vrisa_debug = VRISADEBUG_CONF; variable in typeref:typename:int
64 #define DPRINTF(arg) if (vrisa_debug) printf arg;
65 #define DBITDISP(mask) if (vrisa_debug) dbg_bit_print(mask);
66 #define VPRINTF(arg) if (bootverbose || vrisa_debug) printf arg;

Completed in 22 milliseconds