Lines Matching refs:exception_table_entry
28 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
33 static bool ex_handler_default(const struct exception_table_entry *e, in ex_handler_default()
57 static bool ex_handler_zeropad(const struct exception_table_entry *e, in ex_handler_zeropad()
98 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
105 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx()
122 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
158 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
167 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr()
195 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
204 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg()
211 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len()
221 static bool ex_handler_eretu(const struct exception_table_entry *fixup, in ex_handler_eretu()
295 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
303 const struct exception_table_entry *e; in fixup_exception()