|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/sched.h>#include <linux/signal.h>#include <asm/fpsimd.h>#include <asm/cputype.h>Go to the source code of this file.
Macros | |
| #define | FPEXC_IOF (1 << 0) |
| #define | FPEXC_DZF (1 << 1) |
| #define | FPEXC_OFF (1 << 2) |
| #define | FPEXC_UFF (1 << 3) |
| #define | FPEXC_IXF (1 << 4) |
| #define | FPEXC_IDF (1 << 7) |
Functions | |
| void | do_fpsimd_acc (unsigned int esr, struct pt_regs *regs) |
| void | do_fpsimd_exc (unsigned int esr, struct pt_regs *regs) |
| void | fpsimd_thread_switch (struct task_struct *next) |
| void | fpsimd_flush_thread (void) |
| late_initcall (fpsimd_init) | |
| void fpsimd_thread_switch | ( | struct task_struct * | next | ) |
| late_initcall | ( | fpsimd_init | ) |
1.8.2