Linux Kernel
3.7.1
|
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] |
union { ... } |
unsigned char memory_copy[SHADOW_COPY_SIZE] |
unsigned char shadow_copy[SHADOW_COPY_SIZE] |
enum kmemcheck_shadow state |
enum kmemcheck_error_type type |