Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
ucontext.h File Reference

Go to the source code of this file.

Data Structures

struct  fpregset
 
struct  mcontext
 
struct  ucontext
 

Macros

#define NGREG   18
 
#define MCONTEXT_VERSION   2
 

Typedefs

typedef int greg_t
 
typedef greg_t gregset_t [NGREG]
 
typedef struct fpregset fpregset_t
 

Macro Definition Documentation

#define MCONTEXT_VERSION   2

Definition at line 19 of file ucontext.h.

#define NGREG   18

Definition at line 5 of file ucontext.h.

Typedef Documentation

typedef int greg_t

Definition at line 4 of file ucontext.h.

Definition at line 6 of file ucontext.h.