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()
157 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
166 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr()
194 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
203 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg()
210 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len()
220 static bool ex_handler_eretu(const struct exception_table_entry *fixup, in ex_handler_eretu()
294 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
302 const struct exception_table_entry *e; in fixup_exception()