Lines Matching refs:exception_table_entry
27 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
32 static bool ex_handler_default(const struct exception_table_entry *e, in ex_handler_default()
56 static bool ex_handler_zeropad(const struct exception_table_entry *e, in ex_handler_zeropad()
97 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
104 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx()
121 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_copy(const struct exception_table_entry *fixup, in ex_handler_copy()
173 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr()
201 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
210 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg()
217 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len()
228 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
236 const struct exception_table_entry *e; in fixup_exception()