Searched refs:set_fpregs32 (Results 1 – 6 of 6) sorted by relevance
79 #ifndef set_fpregs3280 int set_fpregs32(struct thread *, struct fpreg32 *);
85 #define set_fpregs32(td, reg) set_fpregs(td,(struct fpreg *)reg) macro
210 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32() function
377 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32() function
324 return (set_fpregs32(td, fpregs32)); in proc_write_fpregs32()
2333 set_fpregs32(td, fpregset); in __elfN()