Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
siginfo.h File Reference
#include <linux/types.h>
#include <asm-generic/siginfo.h>

Go to the source code of this file.

Macros

#define UID16_SIGINFO_COMPAT_NEEDED
 
#define si_uid16   _sifields._kill._uid
 
#define ILL_ILLPARAOP   (__SI_FAULT|2) /* illegal opcode combine ********** */
 
#define ILL_ILLEXCPT   (__SI_FAULT|4) /* unrecoverable exception ********** */
 
#define ILL_CPLB_VI   (__SI_FAULT|9) /* D/I CPLB protect violation ******** */
 
#define ILL_CPLB_MISS   (__SI_FAULT|10) /* D/I CPLB miss ******** */
 
#define ILL_CPLB_MULHIT   (__SI_FAULT|11) /* D/I CPLB multiple hit ******** */
 
#define BUS_OPFETCH   (__SI_FAULT|4) /* error from instruction fetch ******** */
 
#define TRAP_STEP   (__SI_FAULT|1) /* single-step breakpoint************* */
 
#define TRAP_TRACEFLOW   (__SI_FAULT|2) /* trace buffer overflow ************* */
 
#define TRAP_WATCHPT   (__SI_FAULT|3) /* watchpoint match ************* */
 
#define TRAP_ILLTRAP   (__SI_FAULT|4) /* illegal trap ************* */
 
#define SEGV_STACKFLOW   (__SI_FAULT|3) /* stack overflow */
 

Macro Definition Documentation

#define BUS_OPFETCH   (__SI_FAULT|4) /* error from instruction fetch ******** */

Definition at line 26 of file siginfo.h.

#define ILL_CPLB_MISS   (__SI_FAULT|10) /* D/I CPLB miss ******** */

Definition at line 20 of file siginfo.h.

#define ILL_CPLB_MULHIT   (__SI_FAULT|11) /* D/I CPLB multiple hit ******** */

Definition at line 21 of file siginfo.h.

#define ILL_CPLB_VI   (__SI_FAULT|9) /* D/I CPLB protect violation ******** */

Definition at line 19 of file siginfo.h.

#define ILL_ILLEXCPT   (__SI_FAULT|4) /* unrecoverable exception ********** */

Definition at line 18 of file siginfo.h.

#define ILL_ILLPARAOP   (__SI_FAULT|2) /* illegal opcode combine ********** */

Definition at line 17 of file siginfo.h.

#define SEGV_STACKFLOW   (__SI_FAULT|3) /* stack overflow */

Definition at line 39 of file siginfo.h.

#define si_uid16   _sifields._kill._uid

Definition at line 15 of file siginfo.h.

#define TRAP_ILLTRAP   (__SI_FAULT|4) /* illegal trap ************* */

Definition at line 34 of file siginfo.h.

#define TRAP_STEP   (__SI_FAULT|1) /* single-step breakpoint************* */

Definition at line 31 of file siginfo.h.

#define TRAP_TRACEFLOW   (__SI_FAULT|2) /* trace buffer overflow ************* */

Definition at line 32 of file siginfo.h.

#define TRAP_WATCHPT   (__SI_FAULT|3) /* watchpoint match ************* */

Definition at line 33 of file siginfo.h.

#define UID16_SIGINFO_COMPAT_NEEDED

Definition at line 13 of file siginfo.h.