Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DSISR_WRITE 0x02000000 |
#define | SC_FAULT_ADDR(sc) |
#define | SC_FAULT_WRITE(sc) |
#define | SC_IP(sc) ((sc)->regs->nip) |
#define | SC_SP(sc) ((sc)->regs->gpr[1]) |
#define | SEGV_IS_FIXABLE(sc) (1) |
#define DSISR_WRITE 0x02000000 |
Definition at line 9 of file sigcontext.h.
#define SC_FAULT_ADDR | ( | sc | ) |
Definition at line 11 of file sigcontext.h.
#define SC_FAULT_WRITE | ( | sc | ) |
Definition at line 29 of file sigcontext.h.
Definition at line 47 of file sigcontext.h.
Definition at line 48 of file sigcontext.h.
#define SEGV_IS_FIXABLE | ( | sc | ) | (1) |
Definition at line 49 of file sigcontext.h.