#include <linux/compiler.h>
#include <linux/linkage.h>
#include <linux/irqflags.h>
Go to the source code of this file.
|
void | die (const char *msg, struct pt_regs *regs, int err) |
|
void | arm64_notify_die (const char *str, struct pt_regs *regs, struct siginfo *info, int err) |
|
void | hook_debug_fault_code (int nr, int(*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) |
|
void | show_pte (struct mm_struct *mm, unsigned long addr) |
|
void | __show_regs (struct pt_regs *) |
|
void | soft_restart (unsigned long) |
|
#define UDBG_BADABORT (1 << 2) |
#define UDBG_BUS (1 << 4) |
#define UDBG_SEGV (1 << 3) |
#define UDBG_SYSCALL (1 << 1) |
#define UDBG_UNDEFINED (1 << 0) |
void soft_restart |
( |
unsigned |
long | ) |
|