Searched refs:fpreg32 (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/arm64/include/ |
| D | reg.h | 54 struct fpreg32 { struct 81 int fill_fpregs32(struct thread *, struct fpreg32 *); 82 int set_fpregs32(struct thread *, struct fpreg32 *);
|
| /freebsd-12-stable/sys/mips/include/ |
| D | reg.h | 77 struct fpreg32 { struct 102 int fill_fpregs32(struct thread *, struct fpreg32 *); 103 int set_fpregs32(struct thread *, struct fpreg32 *);
|
| /freebsd-12-stable/sys/sys/ |
| 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);
|
| /freebsd-12-stable/sys/x86/include/ |
| D | reg.h | 92 #define __fpreg32 fpreg32 262 int fill_fpregs32(struct thread *, struct fpreg32 *); 263 int set_fpregs32(struct thread *, struct fpreg32 *);
|
| /freebsd-12-stable/sys/amd64/ia32/ |
| D | ia32_reg.c | 143 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() 217 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | reg.h | 84 struct fpreg32 { struct
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | freebsd32_machdep.c | 177 set_fpregs32(struct thread *td, struct fpreg32 *fpregs) in set_fpregs32() 189 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) in fill_fpregs32() 374 struct fpreg32 fpregs; in freebsd32_sendsig()
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | reg.h | 45 struct fpreg32 { struct
|
| /freebsd-12-stable/sys/fs/procfs/ |
| D | procfs_fpregs.c | 87 struct fpreg32 r32; in procfs_doprocfpregs()
|
| /freebsd-12-stable/sys/kern/ |
| D | sys_process.c | 212 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32() 219 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32() 591 struct fpreg32 fpreg32; in sys_ptrace() member
|
| D | imgact_elf.c | 2108 typedef struct fpreg32 elf_prfpregset_t; 2109 typedef struct fpreg32 elf_fpregset_t;
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | machdep.c | 320 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() 328 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
|
| /freebsd-12-stable/usr.bin/gcore/ |
| D | elfcore.c | 87 typedef struct fpreg32 elfcore_fpregset_t;
|