Home
last modified time | relevance | path

Searched refs:vfp_restore_user_hwstate (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h131 extern int vfp_restore_user_hwstate(struct user_vfp *,
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c587 int vfp_restore_user_hwstate(struct user_vfp *ufp, struct user_vfp_exc *ufp_exc) in vfp_restore_user_hwstate() function
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c131 return vfp_restore_user_hwstate(&frame.ufp, &frame.ufp_exc); in restore_vfp_context()