Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Ducontext.h50 struct fpregs { struct
59 struct fpregs mc_fpregs; argument
/freebsd/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/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/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/sys/arm64/arm64/
H A Dvfp.c972 struct fpreg *fpregs; in get_arm64_sve() local
1043 struct fpreg *fpregs; in set_arm64_sve() local
/freebsd/sys/kern/
H A Dsys_process.c133 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 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/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/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