Home
last modified time | relevance | path

Searched refs:curfps (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/fpu/
H A Dxstate.c1523 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1540 curfps = guest_fpu ? guest_fpu->fpstate : fpu->fpstate; in fpstate_realloc()
1543 in_use = fpu->fpstate == curfps; 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()
1583 if (curfps && curfps->is_valloc) in fpstate_realloc()
1584 vfree(curfps); in fpstate_realloc()