Home
last modified time | relevance | path

Searched refs:TP_WATCHPT (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/sun4/ml/
H A Dgenconst.c88 printf("#define\tTP_WATCHPT 0x%x\n", TP_WATCHPT); in main()
/titanic_44/usr/src/uts/i86pc/ml/
H A Dgenassym.c96 printf("#define\tTP_WATCHPT 0x%x\n", TP_WATCHPT); in main()
H A Dsyscall_asm.s107 andl $TP_WATCHPT, %ecx; \
/titanic_44/usr/src/uts/common/sys/
H A Dthread.h392 #define TP_WATCHPT 0x0400 /* process has watchpoints in effect */ macro
/titanic_44/usr/src/uts/common/os/
H A Dwatchpoint.c1636 t->t_proc_flag |= TP_WATCHPT; in watch_enable()
1643 t->t_proc_flag &= ~TP_WATCHPT; in watch_disable()