Searched refs:fpregs32 (Results 1 – 1 of 1) sorted by relevance
186 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32() argument189 PROC_ACTION(fill_fpregs32(td, fpregs32)); in proc_read_fpregs32()193 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32() argument196 PROC_ACTION(set_fpregs32(td, fpregs32)); in proc_write_fpregs32()