#include <linux/linkage.h>
#include <asm-generic/bug.h>
Go to the source code of this file.
|
void | die (const char *msg, struct pt_regs *regs, int err) |
|
void | arm_notify_die (const char *str, struct pt_regs *regs, struct siginfo *info, unsigned long err, unsigned long trap) |
|
void | hook_fault_code (int nr, int(*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) |
|
void | hook_ifault_code (int nr, int(*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) |
|
asmlinkage void | c_backtrace (unsigned long fp, int pmode) |
|
void | show_pte (struct mm_struct *mm, unsigned long addr) |
|
void | __show_regs (struct pt_regs *) |
|
#define FAULT_CODE_ALIGNMENT 1 |
Definition at line 72 of file bug.h.
#define FAULT_CODE_DEBUG 2 |
Definition at line 73 of file bug.h.