Searched refs:ufp_exc (Results 1 – 4 of 4) sorted by relevance
/arch/arm/vfp/ |
D | vfpmodule.c | 549 struct user_vfp_exc __user *ufp_exc) in vfp_preserve_user_clear_hwstate() argument 572 __put_user_error(hwstate->fpexc, &ufp_exc->fpexc, err); in vfp_preserve_user_clear_hwstate() 573 __put_user_error(hwstate->fpinst, &ufp_exc->fpinst, err); in vfp_preserve_user_clear_hwstate() 574 __put_user_error(hwstate->fpinst2, &ufp_exc->fpinst2, err); in vfp_preserve_user_clear_hwstate() 592 struct user_vfp_exc __user *ufp_exc) in vfp_restore_user_hwstate() argument 616 __get_user_error(fpexc, &ufp_exc->fpexc, err); in vfp_restore_user_hwstate() 625 __get_user_error(hwstate->fpinst, &ufp_exc->fpinst, err); in vfp_restore_user_hwstate() 626 __get_user_error(hwstate->fpinst2, &ufp_exc->fpinst2, err); in vfp_restore_user_hwstate()
|
/arch/arm/include/asm/ |
D | ucontext.h | 69 struct user_vfp_exc ufp_exc; member
|
/arch/arm64/kernel/ |
D | signal32.c | 78 } ufp_exc; member 282 __put_user_error(fpexc, &frame->ufp_exc.fpexc, err); in compat_preserve_vfp_context() 283 __put_user_error(0, &frame->ufp_exc.fpinst, err); in compat_preserve_vfp_context() 284 __put_user_error(0, &frame->ufp_exc.fpinst2, err); in compat_preserve_vfp_context()
|
/arch/arm/kernel/ |
D | signal.c | 128 return vfp_preserve_user_clear_hwstate(&frame->ufp, &frame->ufp_exc); in preserve_vfp_context() 145 return vfp_restore_user_hwstate(&frame->ufp, &frame->ufp_exc); in restore_vfp_context()
|