Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/
H A Dcpr_impl.h112 cpr_ptr thrp; /* 0x08: current thread ptr */ member
/titanic_50/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s155 ldx [%l5 + CPR_MD_THRP], THREAD_REG ! mdp->thrp
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h155 #define MUTEX_OWNED(mp, thrp) \ argument
156 ((mp)->mutex_lockw != 0 && MUTEX_OWNER(mp) == thrp)
/titanic_50/usr/src/uts/sun4u/os/
H A Dcpr_impl.c593 m_info.thrp = (cpr_ptr)tinfo; in i_cpr_write_machdep()