taglinefilesource code
hard239arch/i386/kernel/process.cmemcpy(fpu,&current->tss.i387.hard,sizeof(*fpu));
hard246arch/i386/kernel/traps.cenv=&current->tss.i387.hard;
hard263arch/i386/kernel/traps.cenv = &last_task_used_math->tss.i387.hard;
hard155arch/mips/kernel/process.cmemcpy(&dump->i387,&current->tss.i387.hard,sizeof(dump->i387));
hard70include/asm-i386/processor.hstruct i387_hard_struct hard;
hard72include/asm-i386/system.h__asm__ __volatile__("fnsave %0":"=m" (current->tss.i387.hard)); \
hard105include/asm-mips/processor.hstruct mips_fpu_hard_struct hard;