Searched refs:fpreg32 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/sys/ |
H A D | reg.h | 77 int fill_fpregs32(struct thread *, struct fpreg32 *); 80 int set_fpregs32(struct thread *, struct fpreg32 *);
|
H A D | ptrace.h | 249 struct fpreg32; 253 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32); 254 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
|
/freebsd/sys/arm64/include/ |
H A D | reg.h | 62 struct fpreg32 { struct
|
/freebsd/sys/powerpc/include/ |
H A D | reg.h | 46 struct fpreg32 { struct
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_reg.c | 136 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() 210 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
|
/freebsd/sys/fs/procfs/ |
H A D | procfs_fpregs.c | 82 struct fpreg32 r32; in procfs_doprocfpregs()
|
/freebsd/sys/x86/include/ |
H A D | reg.h | 90 #define __fpreg32 fpreg32
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 369 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() 377 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
|
/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 145 typedef struct fpreg32 linux_elf_prfpregset_t;
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 314 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32() 321 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
|
H A D | imgact_elf.c | 2167 typedef struct fpreg32 elf_prfpregset_t; 2168 typedef struct fpreg32 elf_fpregset_t;
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 985 struct fpreg32 fpreg; in freebsd32_ptrace()
|