Lines Matching refs:newfps
1456 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1462 newfps = vzalloc(fpsize); in fpstate_realloc()
1463 if (!newfps) in fpstate_realloc()
1465 newfps->size = ksize; in fpstate_realloc()
1466 newfps->user_size = usize; in fpstate_realloc()
1467 newfps->is_valloc = true; in fpstate_realloc()
1479 newfps->is_guest = true; 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()
1503 xstate_init_xcomp_bv(&newfps->regs.xsave, newfps->xfeatures); in fpstate_realloc()
1506 guest_fpu->fpstate = newfps; in fpstate_realloc()
1509 fpu->fpstate = newfps; in fpstate_realloc()
1511 fpu->fpstate = newfps; in fpstate_realloc()