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

/freebsd-current/sys/riscv/include/
H A Ducontext.h50 struct fpregs { struct
/freebsd-current/sys/amd64/amd64/
H A Dexec_machdep.c503 fill_fpregs_xmm(struct savefpu *sv_xmm, struct fpreg *fpregs) argument
533 set_fpregs_xmm(struct fpreg *fpregs, struct savefpu *sv_xmm) argument
561 fill_fpregs(struct thread *td, struct fpreg *fpregs) argument
568 fill_fpregs_xmm(get_pcb_user_save_td(td), fpregs); local
574 set_fpregs(struct thread *td, struct fpreg *fpregs) argument
[all...]
/freebsd-current/sys/arm64/include/
H A Ducontext.h46 struct fpregs { struct
/freebsd-current/lib/libthread_db/
H A Dthread_db.c234 td_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
H A Dlibpthread_db.c719 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) argument
852 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
H A Dlibthr_db.c544 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) argument
594 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) argument
/freebsd-current/sys/i386/i386/
H A Dexec_machdep.c1072 fill_fpregs(struct thread *td, struct fpreg *fpregs) argument
1083 bcopy(&get_pcb_user_save_td(td)->sv_87, fpregs, local
1089 set_fpregs(struct thread *td, struct fpreg *fpregs) argument
/freebsd-current/sys/kern/
H A Dsys_process.c143 proc_read_fpregs(struct thread *td, struct fpreg *fpregs) argument
150 proc_write_fpregs(struct thread *td, struct fpreg *fpregs) argument
/freebsd-current/sys/powerpc/powerpc/
H A Dexec_machdep.c747 fill_fpregs(struct thread *td, struct fpreg *fpregs) argument
785 set_fpregs(struct thread *td, struct fpreg *fpregs) argument
/freebsd-current/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; local

Completed in 209 milliseconds