Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h219 extern int pt_fpregs(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dmdb_proc.c2184 { "$x", "?", "print floating point registers", pt_fpregs },
2185 { "$X", "?", "print floating point registers", pt_fpregs },
2186 { "$y", "?", "print floating point registers", pt_fpregs },
2187 { "$Y", "?", "print floating point registers", pt_fpregs },
2204 { "fpregs", "?[-dqs]", "print floating point registers", pt_fpregs },
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c227 pt_fpregs(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in pt_fpregs() function
H A Dproc_amd64dep.c286 pt_fpregs(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in pt_fpregs() function