Searched refs:TP_WATCHPT (Results 1 – 5 of 5) sorted by relevance
88 printf("#define\tTP_WATCHPT 0x%x\n", TP_WATCHPT); in main()
96 printf("#define\tTP_WATCHPT 0x%x\n", TP_WATCHPT); in main()
107 andl $TP_WATCHPT, %ecx; \
392 #define TP_WATCHPT 0x0400 /* process has watchpoints in effect */ macro
1636 t->t_proc_flag |= TP_WATCHPT; in watch_enable()1643 t->t_proc_flag &= ~TP_WATCHPT; in watch_disable()