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