Lines Matching refs:exception_table_entry
15 const struct exception_table_entry *l = a, *r = b; in cmp_ex()
29 struct exception_table_entry *l = a, *r = b, tmp; in swap_ex()
49 void sort_extable (struct exception_table_entry *start, in sort_extable()
50 struct exception_table_entry *finish) in sort_extable()
52 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
56 static inline unsigned long ex_to_addr(const struct exception_table_entry *x) in ex_to_addr()
82 const struct exception_table_entry *
83 search_extable (const struct exception_table_entry *first, in search_extable()
84 const struct exception_table_entry *last, in search_extable()
87 const struct exception_table_entry *mid; in search_extable()
106 ia64_handle_exception (struct pt_regs *regs, const struct exception_table_entry *e) in ia64_handle_exception()