fill_fpregs
fill_fpregs(td, fpregset);
fill_fpregs(td, fpregset);
return (fill_fpregs(td, fpregs));
int fill_fpregs(struct thread *, struct fpreg *);
#define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
int fill_fpregs(struct thread *, struct fpreg *);