Searched refs:ufp_exc (Results 1 – 2 of 2) sorted by relevance
580 struct user_vfp_exc *ufp_exc) in vfp_preserve_user_clear_hwstate() argument602 ufp_exc->fpexc = hwstate->fpexc; in vfp_preserve_user_clear_hwstate()603 ufp_exc->fpinst = hwstate->fpinst; in vfp_preserve_user_clear_hwstate()604 ufp_exc->fpinst2 = hwstate->fpinst2; in vfp_preserve_user_clear_hwstate()618 int vfp_restore_user_hwstate(struct user_vfp *ufp, struct user_vfp_exc *ufp_exc) in vfp_restore_user_hwstate() argument640 fpexc = ufp_exc->fpexc; in vfp_restore_user_hwstate()649 hwstate->fpinst = ufp_exc->fpinst; in vfp_restore_user_hwstate()650 hwstate->fpinst2 = ufp_exc->fpinst2; in vfp_restore_user_hwstate()
66 struct user_vfp_exc ufp_exc; member