Searched refs:newfps (Results 1 – 1 of 1) sorted by relevance
1514 struct fpstate *newfps) in fpu_install_fpstate() argument1518 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() local1549 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