Home
last modified time | relevance | path

Searched refs:fpreg (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dreg.h22 struct fpreg { struct
36 int fill_fpregs(struct thread *, struct fpreg *); argument
37 int set_fpregs(struct thread *, struct fpreg *);
/f-stack/freebsd/mips/include/
H A Dreg.h60 struct fpreg { struct
89 int fill_fpregs(struct thread *, struct fpreg *);
91 int set_fpregs(struct thread *, struct fpreg *);
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c174 map_fpregs_to_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r) in map_fpregs_to_linux()
187 map_fpregs_from_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r) in map_fpregs_from_linux()
242 struct linux_pt_fpreg fpreg; in linux_ptrace() member
247 struct fpreg bsd_fpreg; in linux_ptrace()
312 map_fpregs_to_linux(&u.bsd_fpreg, &r.fpreg); in linux_ptrace()
313 error = copyout(&r.fpreg, (void *)uap->data, in linux_ptrace()
314 sizeof(r.fpreg)); in linux_ptrace()
319 error = copyin((void *)uap->data, &r.fpreg, sizeof(r.fpreg)); in linux_ptrace()
321 map_fpregs_from_linux(&u.bsd_fpreg, &r.fpreg); in linux_ptrace()
/f-stack/freebsd/arm64/include/
H A Dreg.h52 struct fpreg { struct
92 int fill_fpregs(struct thread *, struct fpreg *);
93 int set_fpregs(struct thread *, struct fpreg *);
/f-stack/freebsd/x86/include/
H A Dreg.h87 #define __fpreg32 fpreg
93 #define __fpreg64 fpreg
255 int fill_fpregs(struct thread *, struct fpreg *);
256 int set_fpregs(struct thread *, struct fpreg *);
H A Dx86_var.h102 struct fpreg;
/f-stack/freebsd/sys/
H A Dptrace.h196 struct fpreg;
201 int proc_read_fpregs(struct thread *_td, struct fpreg *_fpreg);
202 int proc_write_fpregs(struct thread *_td, struct fpreg *_fpreg);
H A Dprocfs.h38 typedef struct fpreg fpregset_t;
/f-stack/freebsd/arm/arm/
H A Dmachdep_kdb.c106 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs()
127 set_fpregs(struct thread *td, struct fpreg *regs) 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()
473 struct fpreg fpreg; in sys_ptrace() member
496 bzero(&r.fpreg, sizeof(r.fpreg)); in sys_ptrace()
505 error = copyin(uap->addr, &r.fpreg, sizeof(r.fpreg)); in sys_ptrace()
544 error = copyout(&r.fpreg, uap->addr, sizeof(r.fpreg)); in sys_ptrace()
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c384 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
388 memcpy(fpregs, &td->td_frame->f0, sizeof(struct fpreg)); in fill_fpregs()
394 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
398 memcpy(&td->td_frame->f0, fpregs, sizeof(struct fpreg)); in set_fpregs()
H A Dfreebsd32_machdep.c158 struct fpreg fp; in set_fpregs32()
170 struct fpreg fp; in fill_fpregs32()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c278 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs()
305 set_fpregs(struct thread *td, struct fpreg *regs) in set_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()