Lines Matching refs:exception_table_entry
25 struct exception_table_entry struct
31 extern struct exception_table_entry *__start_dma_ex_table; argument
32 extern struct exception_table_entry *__stop_dma_ex_table;
34 const struct exception_table_entry *s390_search_extables(unsigned long addr);
36 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup()
41 typedef bool (*ex_handler_t)(const struct exception_table_entry *,
45 ex_fixup_handler(const struct exception_table_entry *x) in ex_fixup_handler()
52 static inline bool ex_handle(const struct exception_table_entry *x, in ex_handle()
65 static inline void swap_ex_entry_fixup(struct exception_table_entry *a, in swap_ex_entry_fixup()
66 struct exception_table_entry *b, in swap_ex_entry_fixup()
67 struct exception_table_entry tmp, in swap_ex_entry_fixup()