Home
last modified time | relevance | path

Searched refs:newfps (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
1591 newfps = vzalloc(fpsize); in fpstate_realloc()
1592 if (!newfps) in fpstate_realloc()
1594 newfps->size = ksize; in fpstate_realloc()
1595 newfps->user_size = usize; in fpstate_realloc()
1596 newfps->is_valloc = true; in fpstate_realloc()
1608 newfps->is_guest = true; 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()
[all …]