Searched refs:ufp_exc (Results 1 – 4 of 4) sorted by relevance
558 struct user_vfp_exc *ufp_exc) in vfp_preserve_user_clear_hwstate() argument580 ufp_exc->fpexc = hwstate->fpexc; in vfp_preserve_user_clear_hwstate()581 ufp_exc->fpinst = hwstate->fpinst; in vfp_preserve_user_clear_hwstate()582 ufp_exc->fpinst2 = hwstate->fpinst2; in vfp_preserve_user_clear_hwstate()596 int vfp_restore_user_hwstate(struct user_vfp *ufp, struct user_vfp_exc *ufp_exc) in vfp_restore_user_hwstate() argument618 fpexc = ufp_exc->fpexc; in vfp_restore_user_hwstate()627 hwstate->fpinst = ufp_exc->fpinst; in vfp_restore_user_hwstate()628 hwstate->fpinst2 = ufp_exc->fpinst2; in vfp_restore_user_hwstate()
69 struct user_vfp_exc ufp_exc; member
79 } ufp_exc; member276 __put_user_error(fpexc, &frame->ufp_exc.fpexc, err); in compat_preserve_vfp_context()277 __put_user_error(0, &frame->ufp_exc.fpinst, err); in compat_preserve_vfp_context()278 __put_user_error(0, &frame->ufp_exc.fpinst2, err); in compat_preserve_vfp_context()
104 err = vfp_preserve_user_clear_hwstate(&kframe.ufp, &kframe.ufp_exc); in preserve_vfp_context()124 return vfp_restore_user_hwstate(&frame.ufp, &frame.ufp_exc); in restore_vfp_context()