Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Functions | |
void | sort_extable (struct exception_table_entry *start, struct exception_table_entry *finish) |
struct exception_table_entry * | search_extable (const struct exception_table_entry *start, const struct exception_table_entry *last, unsigned long value) |
unsigned long | search_extables_range (unsigned long addr, unsigned long *g2) |
|
read |
void sort_extable | ( | struct exception_table_entry * | start, |
struct exception_table_entry * | finish | ||
) |