Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dvfp.c51 static void vfp_restore(struct vfp_state *);
227 vfp_restore(&curpcb->pcb_vfpstate); in vfp_bounce()
240 vfp_restore(struct vfp_state *vfpsave) in vfp_restore() function
/f-stack/freebsd/arm64/arm64/
H A Dvfp.c135 vfp_restore(struct vfpstate *state) in vfp_restore() function
222 vfp_restore(curthread->td_pcb->pcb_fpusaved); in vfp_restore_state()