taglinefilesource code
hard210arch/i386/kernel/process.cmemcpy(fpu,&current->tss.i387.hard,sizeof(*fpu));
hard245arch/i386/kernel/traps.cenv = &last_task_used_math->tss.i387.hard;
hard158arch/mips/kernel/process.cmemcpy(&dump->i387,&current->tss.i387.hard,sizeof(dump->i387));
hard70include/asm-i386/processor.hstruct i387_hard_struct hard;
hard105include/asm-mips/processor.hstruct mips_fpu_hard_struct hard;