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.c1585 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1602 curfps = guest_fpu ? guest_fpu->fpstate : fpu->fpstate; in fpstate_realloc()
1605 in_use = fpu->fpstate == curfps; in fpstate_realloc()
1609 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()
1610 newfps->in_use = curfps->in_use; in fpstate_realloc()
1624 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()
1625 newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; in fpstate_realloc()
1626 newfps->xfd = curfps->xfd & ~xfeatures; in fpstate_realloc()
1645 if (curfps && curfps->is_valloc) in fpstate_realloc()
1646 vfree(curfps); in fpstate_realloc()