Searched refs:REG_TRACE (Results 1 – 8 of 8) sorted by relevance
95 #define REG_TRACE 00400 /* tracing of execution */ macro
121 #define NOTE(str) do { if (m->eflags®_TRACE) printf("=%s\n", (str)); } while(0);975 if (!(m->eflags®_TRACE)) in print()996 if (!(m->eflags®_TRACE)) in at()
89 #define REG_TRACE 00400 /* tracing of execution */ macro
119 #define NOTE(str) { if (m->eflags®_TRACE) (void)printf("=%s\n", (str)); }972 if (!(m->eflags®_TRACE))993 if (!(m->eflags®_TRACE))
102 #define REG_TRACE 00400 /* tracing of execution */ macro
145 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); }1146 if (!(m->eflags®_TRACE)) in print()1175 if (!(m->eflags®_TRACE)) in at()
346 o |= REG_TRACE; in options()
378 o |= REG_TRACE; in options()