Searched refs:xrs_id (Results 1 – 5 of 5) sorted by relevance
56 uc->uc_mcontext.xrs.xrs_id = 0; in xregs_clrptr()68 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()100 uc->uc_mcontext.xrs.xrs_id = 0; in xregs_clrptr32()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()
230 unsigned int xrs_id; /* indicates xrs_ptr validity */ member239 uint32_t xrs_id; /* indicates xrs_ptr validity */ member
40 uc->uc_mcontext.xrs.xrs_id = 0; in _xregs_clrptr()
41 uc->uc_mcontext.xrs.xrs_id = 0; in _xregs_clrptr()
294 if (uap->uc_mcontext.xrs.xrs_id == XRS_ID) in __fex_hdlr()