Linux Kernel
3.7.1
|
#include <processor.h>
Data Fields | |
unsigned long | back_chain |
unsigned long | empty1 [5] |
unsigned long | gprs [10] |
unsigned int | empty2 [8] |
struct stack_frame * | next_frame |
unsigned long | return_address |
Definition at line 102 of file processor.h.
unsigned long back_chain |
Definition at line 103 of file processor.h.
unsigned long empty1[5] |
Definition at line 104 of file processor.h.
unsigned int empty2[8] |
Definition at line 106 of file processor.h.
unsigned long gprs[10] |
Definition at line 105 of file processor.h.
struct stack_frame* next_frame |
Definition at line 96 of file stacktrace.h.
unsigned long return_address |
Definition at line 97 of file stacktrace.h.