Searched refs:sf_vfp (Results 1 – 4 of 4) sorted by relevance
316 get_vfpcontext(td, &frame.sf_vfp); in sendsig()317 frame.sf_uc.uc_mcontext.mc_vfp_size = sizeof(fp->sf_vfp); in sendsig()318 frame.sf_uc.uc_mcontext.mc_vfp_ptr = &fp->sf_vfp; in sendsig()
75 mcontext32_vfp_t sf_vfp; member
392 get_fpcontext32(td, &frame.sf_vfp); in freebsd32_sendsig()393 frame.sf_uc.uc_mcontext.mc_vfp_size = sizeof(fp->sf_vfp); in freebsd32_sendsig()394 frame.sf_uc.uc_mcontext.mc_vfp_ptr = (uint32_t)(uintptr_t)&fp->sf_vfp; in freebsd32_sendsig()
96 mcontext_vfp_t sf_vfp; /* actual saved VFP context */ member