Linux Kernel
3.7.1
|
#include <sigcontext32.h>
Data Fields | |
unsigned short | gs |
unsigned short | __gsh |
unsigned short | fs |
unsigned short | __fsh |
unsigned short | es |
unsigned short | __esh |
unsigned short | ds |
unsigned short | __dsh |
unsigned int | di |
unsigned int | si |
unsigned int | bp |
unsigned int | sp |
unsigned int | bx |
unsigned int | dx |
unsigned int | cx |
unsigned int | ax |
unsigned int | trapno |
unsigned int | err |
unsigned int | ip |
unsigned short | cs |
unsigned short | __csh |
unsigned int | flags |
unsigned int | sp_at_signal |
unsigned short | ss |
unsigned short | __ssh |
unsigned int | fpstate |
unsigned int | oldmask |
unsigned int | cr2 |
Definition at line 52 of file sigcontext32.h.
unsigned short __csh |
Definition at line 68 of file sigcontext32.h.
unsigned short __dsh |
Definition at line 56 of file sigcontext32.h.
unsigned short __esh |
Definition at line 55 of file sigcontext32.h.
unsigned short __fsh |
Definition at line 54 of file sigcontext32.h.
unsigned short __gsh |
Definition at line 53 of file sigcontext32.h.
unsigned short __ssh |
Definition at line 71 of file sigcontext32.h.
unsigned int ax |
Definition at line 64 of file sigcontext32.h.
unsigned int bp |
Definition at line 59 of file sigcontext32.h.
unsigned int bx |
Definition at line 61 of file sigcontext32.h.
unsigned int cr2 |
Definition at line 74 of file sigcontext32.h.
unsigned short cs |
Definition at line 68 of file sigcontext32.h.
unsigned int cx |
Definition at line 63 of file sigcontext32.h.
unsigned int di |
Definition at line 57 of file sigcontext32.h.
unsigned short ds |
Definition at line 56 of file sigcontext32.h.
unsigned int dx |
Definition at line 62 of file sigcontext32.h.
unsigned int err |
Definition at line 66 of file sigcontext32.h.
unsigned short es |
Definition at line 55 of file sigcontext32.h.
unsigned int flags |
Definition at line 69 of file sigcontext32.h.
unsigned int fpstate |
Definition at line 72 of file sigcontext32.h.
unsigned short fs |
Definition at line 54 of file sigcontext32.h.
unsigned short gs |
Definition at line 53 of file sigcontext32.h.
unsigned int ip |
Definition at line 67 of file sigcontext32.h.
unsigned int oldmask |
Definition at line 73 of file sigcontext32.h.
unsigned int si |
Definition at line 58 of file sigcontext32.h.
unsigned int sp |
Definition at line 60 of file sigcontext32.h.
unsigned int sp_at_signal |
Definition at line 70 of file sigcontext32.h.
unsigned short ss |
Definition at line 71 of file sigcontext32.h.
unsigned int trapno |
Definition at line 65 of file sigcontext32.h.