Searched refs:fpsw2str (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 285 fpsw2str(uint32_t cw, char *buf, size_t nbytes) in fpsw2str() function 487 top, fpsw2str(fps.sw, buf, sizeof (buf))); in pt_fpregs() 490 fpsw2str(fps.status, buf, sizeof (buf))); in pt_fpregs()
|
H A D | proc_amd64dep.c | 344 fpsw2str(uint32_t cw, char *buf, size_t nbytes) in fpsw2str() function 505 top, fpsw2str(fps.sw, buf, sizeof (buf))); in pt_fpregs() 508 fpsw2str(fps.status, buf, sizeof (buf))); in pt_fpregs()
|