Searched refs:ufp_exc (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Ducontext.h66 struct user_vfp_exc ufp_exc; member in struct:vfp_sigframe
70 * 8 byte for magic and size, 264 byte for ufp, 12 bytes for ufp_exc,
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c549 struct user_vfp_exc *ufp_exc)
571 ufp_exc->fpexc = hwstate->fpexc;
572 ufp_exc->fpinst = hwstate->fpinst;
573 ufp_exc->fpinst2 = hwstate->fpinst2;
587 int vfp_restore_user_hwstate(struct user_vfp *ufp, struct user_vfp_exc *ufp_exc) argument
609 fpexc = ufp_exc->fpexc;
618 hwstate->fpinst = ufp_exc->fpinst;
619 hwstate->fpinst2 = ufp_exc->fpinst2;
548 vfp_preserve_user_clear_hwstate(struct user_vfp *ufp, struct user_vfp_exc *ufp_exc) argument
/linux-master/arch/arm64/kernel/
H A Dsignal32.c34 } ufp_exc; member in struct:compat_vfp_sigframe
135 __put_user_error(fpexc, &frame->ufp_exc.fpexc, err);
136 __put_user_error(0, &frame->ufp_exc.fpinst, err);
137 __put_user_error(0, &frame->ufp_exc.fpinst2, err);
/linux-master/arch/arm/kernel/
H A Dsignal.c111 err = vfp_preserve_user_clear_hwstate(&kframe.ufp, &kframe.ufp_exc);
131 return vfp_restore_user_hwstate(&frame.ufp, &frame.ufp_exc);

Completed in 132 milliseconds