Searched refs:PTL_GETXREGS (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 182 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_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.h | 105 #define PTL_GETXREGS(t, tid, xregs) \ macro
|
H A D | mdb_proc.c | 4517 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()
|