|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/signal.h>#include <asm/processor.h>#include <asm/io.h>#include <asm/fpu.h>#include <asm/traps.h>Go to the source code of this file.
Macros | |
| #define | FPSCR_RCHG 0x00000000 |
| #define | FPSCR_FPU_ERROR (1 << 17) |
Functions | |
| void | save_fpu (struct task_struct *tsk) |
| void | restore_fpu (struct task_struct *tsk) |
| BUILD_TRAP_HANDLER (fpu_error) | |
| #define FPSCR_FPU_ERROR (1 << 17) |
| void restore_fpu | ( | struct task_struct * | tsk | ) |
| void save_fpu | ( | struct task_struct * | tsk | ) |
1.8.2