Searched defs:fpregs (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | ucontext.h | 50 struct fpregs { struct 59 struct fpregs mc_fpregs; argument
|
/freebsd/sys/arm64/include/ |
H A D | ucontext.h | 46 struct fpregs { struct 55 * Support for registers that don't fit into gpregs or fpregs, e.g. SVE. argument
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 503 fill_fpregs_xmm(struct savefpu *sv_xmm, struct fpreg *fpregs) in fill_fpregs_xmm() 533 set_fpregs_xmm(struct fpreg *fpregs, struct savefpu *sv_xmm) in set_fpregs_xmm() 561 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() 574 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 1072 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() 1089 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
|
/freebsd/sys/arm64/arm64/ |
H A D | vfp.c | 972 struct fpreg *fpregs; in get_arm64_sve() local 1043 struct fpreg *fpregs; in set_arm64_sve() local
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 133 proc_read_fpregs(struct thread *td, struct fpreg *fpregs) in proc_read_fpregs() 140 proc_write_fpregs(struct thread *td, struct fpreg *fpregs) in proc_write_fpregs()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 747 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() 785 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
|
/freebsd/lib/libthread_db/ |
H A D | libpthread_db.c | 719 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) in pt_thr_getfpregs() 852 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) in pt_thr_setfpregs()
|
H A D | libthr_db.c | 544 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) in pt_thr_getfpregs() 594 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) in pt_thr_setfpregs()
|
H A D | thread_db.c | 234 td_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) in td_thr_setfpregs()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cpp | 229 const auto *fpregs = static_cast<ucontext_t *>(ctx)->uc_mcontext.fpregs; in ucontext_t_sz() local
|