Lines Matching refs:vrsave
567 } vrsave; in vr_get() local
568 memset(&vrsave, 0, sizeof(vrsave)); in vr_get()
570 vrsave.word = target->thread.vrsave; in vr_get()
572 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &vrsave, in vr_get()
614 } vrsave; in vr_set() local
615 memset(&vrsave, 0, sizeof(vrsave)); in vr_set()
617 vrsave.word = target->thread.vrsave; in vr_set()
619 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in vr_set()
622 target->thread.vrsave = vrsave.word; in vr_set()
1136 } vrsave; in tm_cvmx_get() local
1137 memset(&vrsave, 0, sizeof(vrsave)); in tm_cvmx_get()
1138 vrsave.word = target->thread.ckvrsave; in tm_cvmx_get()
1139 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &vrsave, in tm_cvmx_get()
1197 } vrsave; in tm_cvmx_set() local
1198 memset(&vrsave, 0, sizeof(vrsave)); in tm_cvmx_set()
1199 vrsave.word = target->thread.ckvrsave; in tm_cvmx_set()
1200 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in tm_cvmx_set()
1203 target->thread.ckvrsave = vrsave.word; in tm_cvmx_set()