Searched refs:vfp_state (Results 1 – 4 of 4) sorted by relevance
105 __int128_t *vfp_state; in vfp_store() local108 vfp_state = state->vfp_regs; in vfp_store()128 : "=&r"(fpcr), "=&r"(fpsr) : "r"(vfp_state)); in vfp_store()137 __int128_t *vfp_state; in vfp_restore() local140 vfp_state = state->vfp_regs; in vfp_restore()163 : : "r"(fpcr), "r"(fpsr), "r"(vfp_state)); in vfp_restore()
143 struct vfp_state { struct155 void vfp_store(struct vfp_state *, boolean_t); argument
67 struct vfp_state pcb_vfpstate; /* VP/NEON state */
51 static void vfp_restore(struct vfp_state *);240 vfp_restore(struct vfp_state *vfpsave) in vfp_restore()272 vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp) in vfp_store()