Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
A Dxstate.c1514 struct fpstate *newfps) in fpu_install_fpstate() argument
1518 if (fpu->fpstate == newfps) in fpu_install_fpstate()
1521 fpu->fpstate = newfps; in fpu_install_fpstate()
1543 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local
1549 newfps = vzalloc(fpsize); in fpstate_realloc()
1550 if (!newfps) in fpstate_realloc()
1552 newfps->size = ksize; in fpstate_realloc()
1553 newfps->user_size = usize; in fpstate_realloc()
1554 newfps->is_valloc = true; in fpstate_realloc()
1572 xstate_init_xcomp_bv(&newfps->regs.xsave, newfps->xfeatures); in fpstate_realloc()
[all …]

Completed in 6 milliseconds