Linux Kernel
3.7.1
|
#include <linux/compiler.h>
Go to the source code of this file.
Data Structures | |
struct | __attribute__ |
struct | _s390_regs_common |
struct | _s390_fp_regs |
struct | _sigregs |
struct | sigcontext |
Macros | |
#define | __NUM_GPRS 16 |
#define | __NUM_FPRS 16 |
#define | __NUM_ACRS 16 |
#define | _SIGCONTEXT_NSIG 64 |
#define | _SIGCONTEXT_NSIG_BPW 32 |
#define | __SIGNAL_FRAMESIZE 96 |
#define | _SIGCONTEXT_NSIG_WORDS (_SIGCONTEXT_NSIG / _SIGCONTEXT_NSIG_BPW) |
#define | _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) |
#define __NUM_ACRS 16 |
Definition at line 13 of file sigcontext.h.
#define __NUM_FPRS 16 |
Definition at line 12 of file sigcontext.h.
#define __NUM_GPRS 16 |
Definition at line 11 of file sigcontext.h.
#define __SIGNAL_FRAMESIZE 96 |
Definition at line 21 of file sigcontext.h.
#define _SIGCONTEXT_NSIG 64 |
Definition at line 18 of file sigcontext.h.
#define _SIGCONTEXT_NSIG_BPW 32 |
Definition at line 19 of file sigcontext.h.
#define _SIGCONTEXT_NSIG_WORDS (_SIGCONTEXT_NSIG / _SIGCONTEXT_NSIG_BPW) |
Definition at line 33 of file sigcontext.h.
#define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) |
Definition at line 34 of file sigcontext.h.