Home
last modified time | relevance | path

Searched refs:XRS_ID (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sparc/v9/os/
H A Dxregs.c68 return (uc->uc_mcontext.xrs.xrs_id == XRS_ID); in xregs_hasptr()
78 if (uc->uc_mcontext.xrs.xrs_id == XRS_ID) in xregs_getptr()
90 uc->uc_mcontext.xrs.xrs_id = XRS_ID; in xregs_setptr()
108 return (uc->uc_mcontext.xrs.xrs_id == XRS_ID); in xregs_hasptr32()
115 if (uc->uc_mcontext.xrs.xrs_id == XRS_ID) in xregs_getptr32()
124 uc->uc_mcontext.xrs.xrs_id = XRS_ID; in xregs_setptr32()
/titanic_41/usr/src/uts/sparc/sys/
H A Dregset.h349 #define XRS_ID 0x78727300 /* the string "xrs" */ macro
/titanic_41/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c294 if (uap->uc_mcontext.xrs.xrs_id == XRS_ID) in __fex_hdlr()