Searched refs:fpreg32 (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | reg.h | 77 struct fpreg32 { struct 102 int fill_fpregs32(struct thread *, struct fpreg32 *); 103 int set_fpregs32(struct thread *, struct fpreg32 *);
|
| /f-stack/freebsd/arm64/include/ |
| H A D | reg.h | 58 struct fpreg32 { struct 99 int fill_fpregs32(struct thread *, struct fpreg32 *); 100 int set_fpregs32(struct thread *, struct fpreg32 *);
|
| /f-stack/freebsd/sys/ |
| H A D | ptrace.h | 213 struct fpreg32; 217 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32); 218 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
|
| /f-stack/freebsd/x86/include/ |
| H A D | reg.h | 92 #define __fpreg32 fpreg32 262 int fill_fpregs32(struct thread *, struct fpreg32 *); 263 int set_fpregs32(struct thread *, struct fpreg32 *);
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_reg.c | 142 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() 216 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
|
| /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()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 494 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() 502 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 186 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32() 193 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
|
| H A D | imgact_elf.c | 2168 typedef struct fpreg32 elf_prfpregset_t; 2169 typedef struct fpreg32 elf_fpregset_t;
|