Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
unwind.h File Reference

Go to the source code of this file.

Data Structures

struct  trap_handler_info
 

Functions

void microblaze_unwind (struct task_struct *task, struct stack_trace *trace)
 

Variables

struct trap_handler_info microblaze_trap_handlers
 
const char _hw_exception_handler
 
const char ex_handler_unhandled
 

Function Documentation

void microblaze_unwind ( struct task_struct task,
struct stack_trace *  trace 
)

microblaze_unwind - Stack unwinder for Microblaze (external entry point) : Task whose stack we are to unwind (NULL == current) : Where to store stack backtrace (PC values). NULL == print backtrace to kernel log

Definition at line 285 of file unwind.c.

Variable Documentation

const char _hw_exception_handler
const char ex_handler_unhandled
struct trap_handler_info microblaze_trap_handlers