Home
last modified time | relevance | path

Searched refs:restorectx (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4/ml/
H A Dswtch.s364 ldx [%i0 + T_CTX], %i5 ! should resumed thread restorectx?
406 brz,a,pt %i5, 8f ! skip restorectx() when zero
408 call restorectx ! thread can not sleep on temp stack
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dswtch.s374 call restorectx /* call ctx ops */
540 call restorectx /* call ctx ops */
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h701 extern void restorectx(kthread_t *);
/titanic_44/usr/src/uts/common/disp/
H A Dthread.c1133 restorectx(kthread_t *t) in restorectx() function