Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/fpu/
Dxstate.c1502 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1519 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()