Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
compat_rt_sigframe.h File Reference
#include <linux/compat.h>
#include <linux/compat_siginfo.h>
#include <asm/compat_ucontext.h>

Go to the source code of this file.

Data Structures

struct  compat_regfile
 
struct  compat_rt_sigframe
 

Macros

#define COMPAT_SIGRETURN_TRAMP   4
 
#define COMPAT_SIGRESTARTBLOCK_TRAMP   5
 
#define COMPAT_TRAMP_SIZE   (COMPAT_SIGRETURN_TRAMP + COMPAT_SIGRESTARTBLOCK_TRAMP)
 
#define SIGFRAME32   64
 
#define FUNCTIONCALLFRAME32   48
 
#define PARISC_RT_SIGFRAME_SIZE32   (((sizeof(struct compat_rt_sigframe) + FUNCTIONCALLFRAME32) + SIGFRAME32) & -SIGFRAME32)
 

Macro Definition Documentation

#define COMPAT_SIGRESTARTBLOCK_TRAMP   5

Definition at line 24 of file compat_rt_sigframe.h.

#define COMPAT_SIGRETURN_TRAMP   4

Definition at line 23 of file compat_rt_sigframe.h.

#define COMPAT_TRAMP_SIZE   (COMPAT_SIGRETURN_TRAMP + COMPAT_SIGRESTARTBLOCK_TRAMP)

Definition at line 25 of file compat_rt_sigframe.h.

#define FUNCTIONCALLFRAME32   48

Definition at line 46 of file compat_rt_sigframe.h.

#define PARISC_RT_SIGFRAME_SIZE32   (((sizeof(struct compat_rt_sigframe) + FUNCTIONCALLFRAME32) + SIGFRAME32) & -SIGFRAME32)

Definition at line 47 of file compat_rt_sigframe.h.

#define SIGFRAME32   64

Definition at line 45 of file compat_rt_sigframe.h.