Home
last modified time | relevance | path

Searched defs:fpregs (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Ducontext.h45 struct fpregs { struct
55 struct fpregs mc_fpregs; argument
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c156 set_fpregs32(struct thread *td, struct fpreg32 *fpregs) in set_fpregs32()
168 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) in fill_fpregs32()
353 struct fpreg32 fpregs; in freebsd32_sendsig() local
H A Dpm_machdep.c384 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
394 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
/f-stack/freebsd/kern/
H A Dsys_process.c142 proc_read_fpregs(struct thread *td, struct fpreg *fpregs) in proc_read_fpregs()
149 proc_write_fpregs(struct thread *td, struct fpreg *fpregs) in proc_write_fpregs()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2186 fill_fpregs_xmm(struct savefpu *sv_xmm, struct fpreg *fpregs) in fill_fpregs_xmm()
2216 set_fpregs_xmm(struct fpreg *fpregs, struct savefpu *sv_xmm) in set_fpregs_xmm()
2244 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
2257 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2857 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
2874 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()