exception_table_entry   48 arch/x86/kernel/test_nx.c 	struct exception_table_entry *extable;
exception_table_entry   61 arch/x86/kernel/test_nx.c 	extable = (struct exception_table_entry *)mod->extable;
exception_table_entry    8 arch/x86/mm/extable.c 	const struct exception_table_entry *fixup;
exception_table_entry   38 arch/x86/mm/extable.c const struct exception_table_entry *
exception_table_entry   48 arch/x86/mm/extable.c 		const struct exception_table_entry *mid;
exception_table_entry   69 include/linux/module.h struct exception_table_entry;
exception_table_entry   71 include/linux/module.h const struct exception_table_entry *
exception_table_entry  163 include/linux/module.h const struct exception_table_entry *search_exception_tables(unsigned long add);
exception_table_entry  279 include/linux/module.h 	const struct exception_table_entry *extable;
exception_table_entry  448 include/linux/module.h const struct exception_table_entry *search_module_extables(unsigned long addr);
exception_table_entry  465 include/linux/module.h static inline const struct exception_table_entry *
exception_table_entry   23 kernel/extable.c extern struct exception_table_entry __start___ex_table[];
exception_table_entry   24 kernel/extable.c extern struct exception_table_entry __stop___ex_table[];
exception_table_entry   33 kernel/extable.c const struct exception_table_entry *search_exception_tables(unsigned long addr)
exception_table_entry   35 kernel/extable.c 	const struct exception_table_entry *e;
exception_table_entry 1837 kernel/module.c 	struct exception_table_entry *extable;
exception_table_entry 2616 kernel/module.c const struct exception_table_entry *search_module_extables(unsigned long addr)
exception_table_entry 2618 kernel/module.c 	const struct exception_table_entry *e = NULL;
exception_table_entry   26 lib/extable.c  	const struct exception_table_entry *x = a, *y = b;
exception_table_entry   39 lib/extable.c  	sort(start, finish - start, sizeof(struct exception_table_entry),
exception_table_entry   52 lib/extable.c  const struct exception_table_entry *
exception_table_entry   58 lib/extable.c  		const struct exception_table_entry *mid;