Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h109 #define PTL_SETXREGS(t, tid, xregs) \ macro
H A Dmdb_proc.c4601 if (PTL_SETXREGS(t, tid, &xrs) == -1) in pt_putareg()
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c509 if ((rd_flags & MDB_TGT_R_XREG) && PTL_SETXREGS(t, tid, &xrs) != 0) in pt_putfpreg()