Searched defs:fpregs (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | ucontext.h | 45 struct fpregs { struct 55 struct fpregs mc_fpregs; argument
|
| /f-stack/freebsd/mips/mips/ |
| H A D | freebsd32_machdep.c | 156 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 D | pm_machdep.c | 384 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 D | sys_process.c | 142 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 D | machdep.c | 2186 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 D | machdep.c | 2857 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() 2874 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
|