Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dxstate.c1524 unsigned int fpsize; in fpstate_realloc() local
1527 fpsize = ksize + ALIGN(offsetof(struct fpstate, regs), 64); in fpstate_realloc()
1529 newfps = vzalloc(fpsize); in fpstate_realloc()