Searched refs:curfps (Results 1 – 1 of 1) sorted by relevance
1502 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1519 curfps = guest_fpu ? guest_fpu->fpstate : fpu->fpstate; in fpstate_realloc()1522 in_use = fpu->fpstate == curfps; in fpstate_realloc()1526 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1527 newfps->in_use = curfps->in_use; in fpstate_realloc()1541 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()1542 newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; in fpstate_realloc()1543 newfps->xfd = curfps->xfd & ~xfeatures; in fpstate_realloc()1562 if (curfps && curfps->is_valloc) in fpstate_realloc()1563 vfree(curfps); in fpstate_realloc()