Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsundep.c414 lwp_freeregs(klwp_t *lwp, int isexec) in lwp_freeregs() function
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h765 extern void lwp_freeregs(klwp_t *, int);
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c255 lwp_freeregs(klwp_t *lwp, int isexec) in lwp_freeregs() function
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c763 lwp_freeregs(lwp, 0); in thread_free()
/titanic_41/usr/src/uts/common/os/
H A Dexec.c319 lwp_freeregs(lwp, 1); in exec_common()