Lines Matching refs:newfps
1498 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1504 newfps = vzalloc(fpsize); in fpstate_realloc()
1505 if (!newfps) in fpstate_realloc()
1507 newfps->size = ksize; in fpstate_realloc()
1508 newfps->user_size = usize; in fpstate_realloc()
1509 newfps->is_valloc = true; in fpstate_realloc()
1521 newfps->is_guest = true; in fpstate_realloc()
1522 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()
1523 newfps->in_use = curfps->in_use; in fpstate_realloc()
1537 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()
1540 newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; in fpstate_realloc()
1542 newfps->xfd = curfps->xfd & ~xfeatures; in fpstate_realloc()
1545 xstate_init_xcomp_bv(&newfps->regs.xsave, newfps->xfeatures); in fpstate_realloc()
1548 guest_fpu->fpstate = newfps; in fpstate_realloc()
1551 fpu->fpstate = newfps; in fpstate_realloc()
1553 fpu->fpstate = newfps; in fpstate_realloc()