Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dxregs.c56 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()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dmcontext.h230 unsigned int xrs_id; /* indicates xrs_ptr validity */ member
239 uint32_t xrs_id; /* indicates xrs_ptr validity */ member
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A D_xregs_clrptr.c38 uc->uc_mcontext.xrs.xrs_id = 0; in _xregs_clrptr()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A D_xregs_clrptr.c39 uc->uc_mcontext.xrs.xrs_id = 0; in _xregs_clrptr()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c295 if (uap->uc_mcontext.xrs.xrs_id == XRS_ID) in __fex_hdlr()