Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h100 #define PTL_GETXREGS(t, tid, xregs, size) \ macro
H A Dmdb_proc.c4588 if (is_g && PTL_GETXREGS(t, tid, &xrs) == 0 && in pt_getareg()
4594 if (is_o && PTL_GETXREGS(t, tid, &xrs) == 0 && in pt_getareg()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.c610 if (PTL_GETXREGS(t, tid, &xregs, &xregsize) == 0) { in x86_pt_fpregs_common()