Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h95 #define PTL_GETREGS(t, tid, gregs) \ macro
H A Dmdb_proc.c1086 } else if (PTL_GETREGS(t, PTL_TID(t), gregs.gregs) != 0) { in pt_stack_common()
1326 if (PTL_GETREGS(t, tid, gregs.gregs) != 0) { in pt_findstack()
3276 if (PTL_GETREGS(t, tsp->st_tid, gregs) == 0) in pt_status()
4535 if (PTL_GETREGS(t, tid, grs) == 0) { in pt_getareg()
4606 if (PTL_GETREGS(t, tid, grs) == 0) { in pt_putareg()
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c162 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()
322 if (PTL_GETREGS(t, tid, grs) == 0) in pt_fpregs()
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c161 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()
H A Dproc_amd64dep.c206 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()