|
Linux Kernel
3.7.1
|
#include <asm/uaccess.h>#include <asm/fpu.h>#include <asm/elf.h>#include <asm/exceptions.h>Go to the source code of this file.
| int dump_fpu | ( | struct pt_regs * | regs, |
| elf_fpregset_t * | fpreg | ||
| ) |
| asmlinkage void fpu_disabled_in_kernel | ( | struct pt_regs * | regs | ) |
| asmlinkage void fpu_exception | ( | struct pt_regs * | regs, |
| enum exception_code | code | ||
| ) |
| void fpu_kill_state | ( | struct task_struct * | tsk | ) |
| int fpu_restore_sigcontext | ( | struct fpucontext * | fpucontext | ) |
| int fpu_setup_sigcontext | ( | struct fpucontext * | fpucontext | ) |
1.8.2