Searched refs:sc_fpstate (Results 1 – 3 of 3) sorted by relevance
77 int sc_fpstate[128] __aligned(16); member149 long sc_fpstate[64] __aligned(16); member
282 error = copyin(PTRIN(sc->sc_fpstate), fp, sizeof(mcp->mc_fpstate)); in linux_fxrstor()302 error = copyin(PTRIN(sc->sc_fpstate), fp, sizeof(mcp->mc_fpstate)); in linux_xrstor()308 sc->sc_fpstate += sizeof(mcp->mc_fpstate); in linux_xrstor()310 error = copyin(PTRIN(sc->sc_fpstate), xfpustate, mcp->mc_xfpustate_len); in linux_xrstor()319 sc->sc_fpstate += mcp->mc_xfpustate_len; in linux_xrstor()320 error = copyin(PTRIN(sc->sc_fpstate), &magic2, LINUX_FP_XSTATE_MAGIC2_SIZE); in linux_xrstor()565 sf.sf_uc.uc_mcontext.sc_fpstate = (register_t)sp; in linux_rt_sendsig()
195 l_uintptr_t sc_fpstate; member