Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c182 if (PTL_GETXREGS(t, tid, &xrs) == 0 && xrs.pr_type == XR_TYPE_V8P) { in pt_regs()
317 is_v8plus = is_v9 == 0 && PTL_GETXREGS(t, tid, &xrs) == 0 && in pt_fpregs()
427 if ((rd_flags & MDB_TGT_R_XREG) && PTL_GETXREGS(t, tid, &xrs) != 0) in pt_getfpreg()
476 if ((rd_flags & MDB_TGT_R_XREG) && PTL_GETXREGS(t, tid, &xrs) != 0) in pt_putfpreg()
566 if (e_mach == EM_SPARC32PLUS || (P != NULL && PTL_GETXREGS(t, in pt_addfpregs()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h105 #define PTL_GETXREGS(t, tid, xregs) \ macro
H A Dmdb_proc.c4517 if (is_g && PTL_GETXREGS(t, tid, &xrs) == 0 && in pt_getareg()
4523 if (is_o && PTL_GETXREGS(t, tid, &xrs) == 0 && in pt_getareg()
4591 if ((is_g || is_o) && PTL_GETXREGS(t, tid, &xrs) == 0 && in pt_putareg()