Searched refs:fpsize (Results 1 – 1 of 1) sorted by relevance
1524 unsigned int fpsize; in fpstate_realloc() local1527 fpsize = ksize + ALIGN(offsetof(struct fpstate, regs), 64); in fpstate_realloc()1529 newfps = vzalloc(fpsize); in fpstate_realloc()