Home
last modified time | relevance | path

Searched refs:mcontext_vfp_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dvfp.h152 void get_vfpcontext(struct thread *, mcontext_vfp_t *);
153 void set_vfpcontext(struct thread *, mcontext_vfp_t *);
H A Ducontext.h74 } mcontext_vfp_t; typedef
H A Dframe.h98 mcontext_vfp_t sf_vfp; /* actual saved VFP context */
/f-stack/freebsd/arm/arm/
H A Dptrace_machdep.c41 mcontext_vfp_t vfp; in cpu_ptrace()
H A Dmachdep.c361 get_vfpcontext(struct thread *td, mcontext_vfp_t *vfp) in get_vfpcontext()
381 set_vfpcontext(struct thread *td, mcontext_vfp_t *vfp) in set_vfpcontext()
403 mcontext_vfp_t mcontext_vfp; in arm_get_vfpstate()
408 if (ua.mc_vfp_size != sizeof(mcontext_vfp_t)) in arm_get_vfpstate()
470 mcontext_vfp_t mc_vfp, *vfp; in set_mcontext()
H A Delf_machdep.c142 mcontext_vfp_t vfp; in elf32_dump_thread()