Home
last modified time | relevance | path

Searched refs:fpup (Results 1 – 1 of 1) sorted by last modified time

/qemu/linux-user/sparc/
H A Dsignal.c595 target_mc_fpu_t *fpup; in sparc64_set_context() local
662 fpup = &ucp->tuc_mcontext.mc_fpregs; in sparc64_set_context()
664 __get_user(fenab, &(fpup->mcfpu_enab)); in sparc64_set_context()
685 __get_user(fprs, &(fpup->mcfpu_fprs)); in sparc64_set_context()
688 __get_user(env->fpr[i].ll, &(fpup->mcfpu_fregs.dregs[i])); in sparc64_set_context()
693 __get_user(env->fpr[i].ll, &(fpup->mcfpu_fregs.dregs[i])); in sparc64_set_context()
696 __get_user(fsr, &(fpup->mcfpu_fsr)); in sparc64_set_context()
698 __get_user(env->gsr, &(fpup->mcfpu_gsr)); in sparc64_set_context()