Linux Kernel
3.7.1
|
#include <sigcontext.h>
Data Fields | |
struct { | |
unsigned int psr | |
unsigned int pc | |
unsigned int npc | |
unsigned int y | |
unsigned int u_regs [16] | |
} | si_regs |
int | si_mask |
Definition at line 37 of file sigcontext.h.
unsigned int npc |
Definition at line 41 of file sigcontext.h.
unsigned int pc |
Definition at line 40 of file sigcontext.h.
unsigned int psr |
Definition at line 39 of file sigcontext.h.
int si_mask |
Definition at line 45 of file sigcontext.h.
struct { ... } si_regs |
unsigned int u_regs[16] |
Definition at line 43 of file sigcontext.h.
unsigned int y |
Definition at line 42 of file sigcontext.h.