Home
last modified time | relevance | path

Searched refs:vfp_discard (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dvfp.h70 void vfp_discard(struct thread *);
/f-stack/freebsd/arm64/arm64/
H A Dvfp.c89 vfp_discard(struct thread *td) in vfp_discard() function
343 vfp_discard(td); in fpu_kern_leave()
H A Dswtch.S75 bl vfp_discard
H A Dfreebsd32_machdep.c157 vfp_discard(td); in set_fpcontext32()
H A Dmachdep.c664 vfp_discard(td); in set_fpcontext()
/f-stack/freebsd/arm/include/
H A Dvfp.h156 void vfp_discard(struct thread *);
/f-stack/freebsd/arm/arm/
H A Dvfp.c312 vfp_discard(struct thread *td) in vfp_discard() function
H A Dswtch-v6.S175 bl _C_LABEL(vfp_discard) /* VFP without preserving state. */
H A Dmachdep.c388 vfp_discard(td); in set_vfpcontext()