Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h222 extern int pt_fpregs(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dmdb_proc.c2116 { "$x", "?", "print floating point registers", pt_fpregs },
2117 { "$X", "?", "print floating point registers", pt_fpregs },
2118 { "$y", "?", "print floating point registers", pt_fpregs },
2119 { "$Y", "?", "print floating point registers", pt_fpregs },
2136 { "fpregs", "?[-dqs]", "print floating point registers", pt_fpregs },
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c387 pt_fpregs(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in pt_fpregs() function
H A Dproc_amd64dep.c446 pt_fpregs(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in pt_fpregs() function
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c256 pt_fpregs(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in pt_fpregs() function