Lines Matching refs:exception_table_entry
11 typedef bool (*ex_handler_t)(const struct exception_table_entry *,
16 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
21 ex_fixup_handler(const struct exception_table_entry *x) in ex_fixup_handler()
26 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default()
36 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
51 __visible bool ex_handler_refcount(const struct exception_table_entry *fixup, in ex_handler_refcount()
106 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
121 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
132 __visible bool ex_handler_ext(const struct exception_table_entry *fixup, in ex_handler_ext()
144 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe()
161 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe()
177 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
191 const struct exception_table_entry *e; in ex_has_fault_handler()
205 const struct exception_table_entry *e; in fixup_exception()