Searched refs:PTL_GETREGS (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.h | 95 #define PTL_GETREGS(t, tid, gregs) \ macro
|
H A D | mdb_proc.c | 1086 } 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 D | proc_isadep.c | 162 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 D | proc_ia32dep.c | 161 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()
|
H A D | proc_amd64dep.c | 206 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()
|