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