Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h92 #define PTL_GETREGS(t, tid, gregs) \ macro
H A Dmdb_proc.c1088 } else if (PTL_GETREGS(t, PTL_TID(t), gregs.gregs) != 0) { in pt_stack_common()
1353 if (PTL_GETREGS(t, tid, gregs.gregs) != 0) { in pt_findstack()
3347 if (PTL_GETREGS(t, tsp->st_tid, gregs) == 0) in pt_status()
4606 if (PTL_GETREGS(t, tid, grs) == 0) { in pt_getareg()
4652 if (PTL_GETREGS(t, tid, grs) == 0) { in pt_putareg()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c167 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()
H A Dproc_amd64dep.c212 if (PTL_GETREGS(t, tid, grs) != 0) { in pt_regs()