Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/stringify.h>
#include <linux/kallsyms.h>
#include <linux/delay.h>
#include <linux/hardirq.h>
#include <asm/ptrace.h>
#include <asm/timex.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/processor.h>
Go to the source code of this file.
Data Structures | |
struct | dispatch_init_table_t |
Macros | |
#define | KRNL 0x01 |
#define | USER 0x02 |
#define | COPROCESSOR(x) { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor } |
#define | set_handler(idx, handler) (exc_table[idx] = (unsigned long) (handler)) |
Variables | |
unsigned long | exc_table [EXC_TABLE_SIZE/4] |
unsigned long | ignored_level1_interrupts |
#define COPROCESSOR | ( | x | ) | { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor } |
DEFINE_SPINLOCK | ( | die_lock | ) |
EXPORT_SYMBOL | ( | dump_stack | ) |
void show_stack | ( | struct task_struct * | task, |
unsigned long * | sp | ||
) |
void show_trace | ( | struct task_struct * | task, |
unsigned long * | sp | ||
) |
unsigned long exc_table[EXC_TABLE_SIZE/4] |