Searched refs:fpregs32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/kern/
H A Dsys_process.c324 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) argument
327 PROC_ACTION(fill_fpregs32(td, fpregs32));
331 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) argument
334 PROC_ACTION(set_fpregs32(td, fpregs32));

Completed in 77 milliseconds