Home
last modified time | relevance | path

Searched defs:fpregs (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/sys/riscv/include/
H A Ducontext.h50 struct fpregs { struct
59 struct fpregs mc_fpregs; argument
/freebsd-src/sys/arm64/include/
H A Ducontext.h46 struct fpregs { struct
55 * Support for registers that don't fit into gpregs or fpregs, e.g. SVE. argument
/freebsd-src/sys/amd64/amd64/
H A Dexec_machdep.c503 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-src/sys/i386/i386/
H A Dexec_machdep.c1072 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
1089 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
/freebsd-src/sys/powerpc/powerpc/
H A Dexec_machdep.c747 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
785 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
/freebsd-src/sys/kern/
H A Dsys_process.c143 return (set_fpregs(td, fpregs)); in proc_read_fpregs() argument
150 proc_write_fpregs(struct thread * td,struct fpreg * fpregs) proc_write_fpregs() argument
/freebsd-src/lib/libthread_db/
H A Dlibpthread_db.c719 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 Dlibthr_db.c544 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 Dthread_db.c234 td_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) in td_thr_setfpregs()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp229 const auto *fpregs = static_cast<ucontext_t *>(ctx)->uc_mcontext.fpregs; in ucontext_t_sz() local