Lines Matching refs:exception_table_entry
12 typedef bool (*ex_handler_t)(const struct exception_table_entry *,
17 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
22 ex_fixup_handler(const struct exception_table_entry *x) in ex_fixup_handler()
27 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default()
37 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
58 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
73 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
84 __visible bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy()
96 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe()
113 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe()
129 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
143 const struct exception_table_entry *e; in ex_get_fault_handler_type()
161 const struct exception_table_entry *e; in fixup_exception()