Home
last modified time | relevance | path

Searched defs:x86_task_fpu (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/fpu/
H A Dcore.c60 struct fpu *x86_task_fpu(struct task_struct *task) in x86_task_fpu() function
/linux/arch/x86/include/asm/
H A Dprocessor.h522 # define x86_task_fpu(task) ((struct fpu *)((void *)(task) + sizeof(*(task)))) macro