Searched refs:set_fpregs (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | reg.h | 68 int set_fpregs(struct thread *, struct fpreg *); 80 #define set_fpregs32(td, reg) set_fpregs(td,(struct fpreg *)reg)
|
/freebsd/sys/sys/ |
H A D | reg.h | 70 int set_fpregs(struct thread *, struct fpreg *);
|
/freebsd/sys/arm/arm/ |
H A D | machdep_kdb.c | 144 set_fpregs(struct thread *td, struct fpreg *regs) in set_fpregs() function
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 141 set_fpregs(struct thread *td, struct fpreg *regs) in set_fpregs() function
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 175 set_fpregs(struct thread *td, struct fpreg *regs) in set_fpregs() function
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 574 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 785 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs() function
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 1089 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs() function
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 143 return (set_fpregs(td, fpregs)); in proc_write_fpregs()
|
H A D | imgact_elf.c | 2335 set_fpregs(td, fpregset); in __elfN()
|