Home
last modified time | relevance | path

Searched refs:sf_vfp (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dframe.h77 mcontext32_vfp_t sf_vfp; member
/f-stack/freebsd/arm/include/
H A Dframe.h98 mcontext_vfp_t sf_vfp; /* actual saved VFP context */ member
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c353 get_fpcontext32(td, &frame.sf_vfp); in freebsd32_sendsig()
354 frame.sf_uc.uc_mcontext.mc_vfp_size = sizeof(fp->sf_vfp); in freebsd32_sendsig()
355 frame.sf_uc.uc_mcontext.mc_vfp_ptr = (uint32_t)(uintptr_t)&fp->sf_vfp; in freebsd32_sendsig()
/f-stack/freebsd/arm/arm/
H A Dmachdep.c576 get_vfpcontext(td, &frame.sf_vfp);
577 frame.sf_uc.uc_mcontext.mc_vfp_size = sizeof(fp->sf_vfp);
578 frame.sf_uc.uc_mcontext.mc_vfp_ptr = &fp->sf_vfp;