Searched refs:LINUX_FP_XSTATE_MAGIC2_SIZE (Results 1 – 2 of 2) sorted by relevance
320 error = copyin(PTRIN(sc->sc_fpstate), &magic2, LINUX_FP_XSTATE_MAGIC2_SIZE); in linux_xrstor()467 LINUX_FP_XSTATE_MAGIC2_SIZE; in linux_xsave()483 return (copyout(&magic2, ufp, LINUX_FP_XSTATE_MAGIC2_SIZE)); in linux_xsave()501 ufp -= (xfpusave_len + LINUX_FP_XSTATE_MAGIC2_SIZE); in linux_copyout_fpstate()
40 #define LINUX_FP_XSTATE_MAGIC2_SIZE sizeof(uint32_t) macro