Searched refs:fpregs32 (Results 1 – 1 of 1) sorted by relevance
212 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32() argument215 PROC_ACTION(fill_fpregs32(td, fpregs32)); in proc_read_fpregs32()219 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32() argument222 PROC_ACTION(set_fpregs32(td, fpregs32)); in proc_write_fpregs32()