Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kmemcheck_error Struct Reference

Data Fields

enum kmemcheck_error_type type
 
union {
   struct {
      enum kmemcheck_shadow   state
 
      unsigned long   address
 
      unsigned int   size
 
   } 
 
}; 
 
struct pt_regs regs
 
struct stack_trace trace
 
unsigned long trace_entries [32]
 
unsigned char shadow_copy [SHADOW_COPY_SIZE]
 
unsigned char memory_copy [SHADOW_COPY_SIZE]
 

Detailed Description

Definition at line 20 of file error.c.

Field Documentation

union { ... }
unsigned long address

Definition at line 29 of file error.c.

unsigned char memory_copy[SHADOW_COPY_SIZE]

Definition at line 40 of file error.c.

Definition at line 34 of file error.c.

unsigned char shadow_copy[SHADOW_COPY_SIZE]

Definition at line 39 of file error.c.

unsigned int size

Definition at line 30 of file error.c.

Definition at line 27 of file error.c.

struct stack_trace trace

Definition at line 35 of file error.c.

unsigned long trace_entries[32]

Definition at line 36 of file error.c.

Definition at line 21 of file error.c.


The documentation for this struct was generated from the following file: