Searched refs:fill_fpregs (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | reg.h | 67 int fill_fpregs(struct thread *, struct fpreg *); 79 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
|
/freebsd/sys/sys/ |
H A D | reg.h | 69 int fill_fpregs(struct thread *, struct fpreg *);
|
/freebsd/sys/arm/arm/ |
H A D | machdep_kdb.c | 104 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 118 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
|
/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 262 fill_fpregs(td, fpregset); in __linuxN()
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 147 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 561 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 747 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 1072 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 136 return (fill_fpregs(td, fpregs)); in proc_read_fpregs()
|
H A D | imgact_elf.c | 2317 fill_fpregs(td, fpregset); in __elfN()
|