Searched refs:fill_fpregs (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/sys/powerpc/include/ |
| D | reg.h | 59 int fill_fpregs(struct thread *, struct fpreg *); 71 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
|
| /freebsd-10-stable/sys/arm/include/ |
| D | reg.h | 28 int fill_fpregs(struct thread *, struct fpreg *);
|
| /freebsd-10-stable/sys/mips/include/ |
| D | reg.h | 91 int fill_fpregs(struct thread *, struct fpreg *);
|
| /freebsd-10-stable/sys/ia64/include/ |
| D | reg.h | 92 int fill_fpregs(struct thread *, struct fpreg *);
|
| /freebsd-10-stable/sys/sparc64/include/ |
| D | reg.h | 113 int fill_fpregs(struct thread *, struct fpreg *);
|
| /freebsd-10-stable/sys/x86/include/ |
| D | reg.h | 243 int fill_fpregs(struct thread *, struct fpreg *);
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | pm_machdep.c | 416 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| D | freebsd32_machdep.c | 194 error = fill_fpregs(td, &fp); in fill_fpregs32()
|
| /freebsd-10-stable/sys/sparc64/sparc64/ |
| D | machdep.c | 1053 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /freebsd-10-stable/sys/powerpc/powerpc/ |
| D | exec_machdep.c | 616 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | machdep.c | 483 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
|
| /freebsd-10-stable/sys/kern/ |
| D | sys_process.c | 178 PROC_ACTION(fill_fpregs(td, fpregs)); in proc_read_fpregs()
|
| D | imgact_elf.c | 1911 fill_fpregs(td, fpregset); in __elfN()
|
| /freebsd-10-stable/sys/ia64/ia64/ |
| D | machdep.c | 1497 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | machdep.c | 2367 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | machdep.c | 3757 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
|