Go to the source code of this file.
#define EXC_TABLE_DEFAULT 0x300 /* Default C-Handler */ |
#define EXC_TABLE_DOUBLE_SAVE 0x008 /* Double exception save area for a0 */ |
#define EXC_TABLE_FAST_KERNEL 0x200 /* Fast kernel exception handler */ |
#define EXC_TABLE_FAST_USER 0x100 /* Fast user exception handler */ |
#define EXC_TABLE_FIXUP 0x00c /* Fixup handler */ |
#define EXC_TABLE_KSTK 0x004 /* Kernel Stack */ |
#define EXC_TABLE_PARAM 0x010 /* For passing a parameter to fixup */ |
#define EXC_TABLE_SIZE 0x400 |
#define EXC_TABLE_SYSCALL_SAVE 0x014 /* For fast syscall handler */ |
#define PTRACE_GETREGS 12 |
#define PTRACE_GETXTREGS 18 |
#define PTRACE_SETREGS 13 |
#define PTRACE_SETXTREGS 19 |
#define REG_A_BASE 0x0000 |
#define REG_AR_BASE 0x0100 |
#define REG_LCOUNT 0x0202 |
#define SYSCALL_NR 0x00ff |