Searched refs:curfps (Results 1 – 1 of 1) sorted by relevance
1456 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1473 curfps = guest_fpu ? guest_fpu->fpstate : fpu->fpstate; in fpstate_realloc()1476 in_use = fpu->fpstate == curfps; in fpstate_realloc()1480 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1481 newfps->in_use = curfps->in_use; in fpstate_realloc()1495 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()1498 newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; in fpstate_realloc()1500 newfps->xfd = curfps->xfd & ~xfeatures; in fpstate_realloc()1519 if (curfps && curfps->is_valloc) in fpstate_realloc()1520 vfree(curfps); in fpstate_realloc()