x86_task_fpu
# define x86_task_fpu(task) ((struct fpu *)((void *)(task) + sizeof(*(task))))
struct fpu *x86_task_fpu(struct task_struct *task)