Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/sort.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Functions | |
int | fixup_exception (struct pt_regs *regs) |
int __init | early_fixup_exception (unsigned long *ip) |
struct exception_table_entry * | search_extable (const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long value) |
void | sort_extable (struct exception_table_entry *start, struct exception_table_entry *finish) |
|
read |
void sort_extable | ( | struct exception_table_entry * | start, |
struct exception_table_entry * | finish | ||
) |