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

Go to the source code of this file.

Data Structures

struct  rt_sigframe
 

Macros

#define SIGRETURN_TRAMP   4
 
#define SIGRESTARTBLOCK_TRAMP   5
 
#define TRAMP_SIZE   (SIGRETURN_TRAMP + SIGRESTARTBLOCK_TRAMP)
 
#define SIGFRAME   128
 
#define FUNCTIONCALLFRAME   96
 
#define PARISC_RT_SIGFRAME_SIZE   (((sizeof(struct rt_sigframe) + FUNCTIONCALLFRAME) + SIGFRAME) & -SIGFRAME)
 

Macro Definition Documentation

#define FUNCTIONCALLFRAME   96

Definition at line 19 of file rt_sigframe.h.

#define PARISC_RT_SIGFRAME_SIZE   (((sizeof(struct rt_sigframe) + FUNCTIONCALLFRAME) + SIGFRAME) & -SIGFRAME)

Definition at line 20 of file rt_sigframe.h.

#define SIGFRAME   128

Definition at line 18 of file rt_sigframe.h.

#define SIGRESTARTBLOCK_TRAMP   5

Definition at line 5 of file rt_sigframe.h.

#define SIGRETURN_TRAMP   4

Definition at line 4 of file rt_sigframe.h.

#define TRAMP_SIZE   (SIGRETURN_TRAMP + SIGRESTARTBLOCK_TRAMP)

Definition at line 6 of file rt_sigframe.h.