Lines Matching refs:newfps
1523 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1529 newfps = vzalloc(fpsize); in fpstate_realloc()
1530 if (!newfps) in fpstate_realloc()
1532 newfps->size = ksize; in fpstate_realloc()
1533 newfps->user_size = usize; in fpstate_realloc()
1534 newfps->is_valloc = true; in fpstate_realloc()
1546 newfps->is_guest = true; in fpstate_realloc()
1547 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()
1548 newfps->in_use = curfps->in_use; in fpstate_realloc()
1562 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()
1563 newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; in fpstate_realloc()
1564 newfps->xfd = curfps->xfd & ~xfeatures; in fpstate_realloc()
1567 xstate_init_xcomp_bv(&newfps->regs.xsave, newfps->xfeatures); in fpstate_realloc()
1570 guest_fpu->fpstate = newfps; in fpstate_realloc()
1573 fpu->fpstate = newfps; in fpstate_realloc()
1575 fpu->fpstate = newfps; in fpstate_realloc()