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

#include <processor.h>

Data Fields

unsigned long back_chain
 
unsigned long empty1 [5]
 
unsigned long gprs [10]
 
unsigned int empty2 [8]
 
struct stack_framenext_frame
 
unsigned long return_address
 

Detailed Description

Definition at line 102 of file processor.h.

Field Documentation

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.


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