vfp_state
vfp_restore(struct vfp_state *vfpsave)
vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp)
static void vfp_restore(struct vfp_state *);
struct vfp_state *prev;
struct vfp_state state;
struct vfp_state pcb_vfpstate; /* VP/NEON state */
struct vfp_state *pcb_vfpsaved; /* VP/NEON state */
void vfp_store(struct vfp_state *, boolean_t);
__uint128_t *vfp_state;
vfp_state = state->vfp_regs;
: "=&r"(fpcr), "=&r"(fpsr) : "r"(vfp_state));
__uint128_t *vfp_state;
vfp_state = state->vfp_regs;
: : "r"(fpcr), "r"(fpsr), "r"(vfp_state));