Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds