Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1523 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()
[all …]