Searched refs:XR_TYPE_V8P (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sparc/v9/os/
H A Dxregs.c158 xregs->pr_type = XR_TYPE_V8P;
198 xregs->pr_type = XR_TYPE_V8P;
267 if (xregs->pr_type != XR_TYPE_V8P) {
270 xregs->pr_type, XR_TYPE_V8P);
332 if (xregs->pr_type != XR_TYPE_V8P) {
335 xregs->pr_type, XR_TYPE_V8P);
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h233 #define XR_TYPE_V8P 1 /* interpret union as pr_v8p */ macro
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c182 if (PTL_GETXREGS(t, tid, &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P) {
318 xrs.pr_type == XR_TYPE_V8P;
567 PTL_TID(t), &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P)) {
/opensolaris-onvv-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c345 prx.pr_type == XR_TYPE_V8P)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4479 xrs.pr_type == XR_TYPE_V8P) {
4485 xrs.pr_type == XR_TYPE_V8P) {
4535 xrs.pr_type == XR_TYPE_V8P) {

Completed in 63 milliseconds