Searched refs:curfps (Results 1 – 1 of 1) sorted by relevance
1543 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1546 curfps = fpu->fpstate; in fpstate_realloc()1565 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()1566 newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; in fpstate_realloc()1567 newfps->xfd = curfps->xfd & ~xfeatures; in fpstate_realloc()1569 curfps = fpu_install_fpstate(fpu, newfps); in fpstate_realloc()1577 vfree(curfps); in fpstate_realloc()
Completed in 8 milliseconds