#include <linux/kernel.h>#include <linux/module.h>#include <linux/sched.h>#include <linux/signal.h>#include <linux/smp.h>#include <linux/smp_lock.h>#include <asm/branch.h>#include <asm/ptrace.h>Include dependency graph for fpe.c:

Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Ralf Baechle <ralf@gnu.org>") | |
| MODULE_DESCRIPTION ("Experimental floating point exception handler") | |
| MODULE_SUPPORTED_DEVICE ("MIPS FPU") | |
| static void | do_fpe (struct pt_regs *regs, unsigned int fcr31) |
| int | register_fpe (void(*handler)(struct pt_regs *regs, unsigned int fcr31)) |
| int | unregister_fpe (void(*handler)(struct pt_regs *regs, unsigned int fcr31)) |
| int | init_module (void) |
| void | cleanup_module (void) |
|
|
Definition at line 52 of file fpe.c. Referenced by lcs_init(), pd_geninit(), and sx_init(). |
|
||||||||||||
|
Definition at line 25 of file fpe.c. References compute_return_epc(), pt_regs::cp0_epc, current, force_sig(), lock_kernel, out, printk, show_regs, SIGFPE, and unlock_kernel. Referenced by cleanup_module(), and init_module(). Here is the call graph for this function: ![]() |
|
|
Definition at line 47 of file fpe.c. Referenced by __initfunc(), and js_sw_probe(). |
|
|
|
|
|
|
|
|
|
|
|
Referenced by init_module(). |
|
|
Referenced by cleanup_module(). |