Home
last modified time | relevance | path

Searched refs:ufp_exc (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/vfp/
H A Dvfpmodule.c580 struct user_vfp_exc *ufp_exc) in vfp_preserve_user_clear_hwstate() argument
602 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() argument
640 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()
/linux/arch/arm/include/asm/
H A Ducontext.h66 struct user_vfp_exc ufp_exc; member