Searched refs:fill_fpregs (Results 1 – 16 of 16) sorted by relevance
| /trueos/sys/powerpc/include/ |
| HD | reg.h | 59 int fill_fpregs(struct thread *, struct fpreg *); 71 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
|
| /trueos/sys/arm/include/ |
| HD | reg.h | 28 int fill_fpregs(struct thread *, struct fpreg *);
|
| /trueos/sys/mips/include/ |
| HD | reg.h | 91 int fill_fpregs(struct thread *, struct fpreg *);
|
| /trueos/sys/ia64/include/ |
| HD | reg.h | 92 int fill_fpregs(struct thread *, struct fpreg *);
|
| /trueos/sys/sparc64/include/ |
| HD | reg.h | 113 int fill_fpregs(struct thread *, struct fpreg *);
|
| /trueos/sys/x86/include/ |
| HD | reg.h | 243 int fill_fpregs(struct thread *, struct fpreg *);
|
| /trueos/sys/mips/mips/ |
| HD | pm_machdep.c | 422 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| HD | freebsd32_machdep.c | 192 error = fill_fpregs(td, &fp); in fill_fpregs32()
|
| /trueos/sys/sparc64/sparc64/ |
| HD | machdep.c | 1056 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /trueos/sys/powerpc/powerpc/ |
| HD | exec_machdep.c | 622 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /trueos/sys/kern/ |
| HD | sys_process.c | 177 PROC_ACTION(fill_fpregs(td, fpregs)); in proc_read_fpregs()
|
| HD | imgact_elf.c | 1753 fill_fpregs(td, fpregset); in __elfN()
|
| /trueos/sys/arm/arm/ |
| HD | machdep.c | 487 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
|
| /trueos/sys/ia64/ia64/ |
| HD | machdep.c | 1497 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /trueos/sys/amd64/amd64/ |
| HD | machdep.c | 2341 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
| /trueos/sys/i386/i386/ |
| HD | machdep.c | 3736 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
|