Searched refs:PTL_GETFPREGS (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 331 if (PTL_GETFPREGS(t, tid, &fprs) != 0) { in pt_fpregs() 424 if (PTL_GETFPREGS(t, tid, &fprs) != 0) in pt_getfpreg() 473 if (PTL_GETFPREGS(t, tid, &fprs) != 0) in pt_putfpreg()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.h | 115 #define PTL_GETFPREGS(t, tid, fpregs) \ macro
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 469 if (PTL_GETFPREGS(t, tid, &fprs) != 0) { in pt_fpregs()
|
H A D | proc_amd64dep.c | 491 if (PTL_GETFPREGS(t, tid, &fprs) != 0) { in pt_fpregs()
|