Lines Matching refs:exception_table_entry
27 ex_fixup_addr(const struct exception_table_entry *x)
32 static bool ex_handler_default(const struct exception_table_entry *e,
56 static bool ex_handler_zeropad(const struct exception_table_entry *e,
97 static bool ex_handler_fault(const struct exception_table_entry *fixup,
104 static bool ex_handler_sgx(const struct exception_table_entry *fixup,
121 static bool ex_handler_fprestore(const struct exception_table_entry *fixup,
157 static bool ex_handler_uaccess(const struct exception_table_entry *fixup,
166 static bool ex_handler_copy(const struct exception_table_entry *fixup,
173 static bool ex_handler_msr(const struct exception_table_entry *fixup,
201 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup,
210 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup,
217 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup,
228 const struct exception_table_entry *e = search_exception_tables(ip);
236 const struct exception_table_entry *e;