Lines Matching refs:fixup

30 	return (unsigned long)&x->fixup + x->fixup;  in ex_fixup_addr()
98 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() argument
102 return ex_handler_default(fixup, regs); in ex_handler_fault()
105 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx() argument
109 return ex_handler_default(fixup, regs); in ex_handler_sgx()
122 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() argument
125 regs->ip = ex_fixup_addr(fixup); in ex_handler_fprestore()
158 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() argument
164 return ex_handler_default(fixup, regs); in ex_handler_uaccess()
167 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr() argument
192 return ex_handler_default(fixup, regs); in ex_handler_msr()
195 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() argument
201 return ex_handler_default(fixup, regs); in ex_handler_clear_fs()
204 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg() argument
208 return ex_handler_default(fixup, regs); in ex_handler_imm_reg()
211 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len() argument
217 return ex_handler_uaccess(fixup, regs, trapnr, fault_address); in ex_handler_ucopy_len()
221 static bool ex_handler_eretu(const struct exception_table_entry *fixup, in ex_handler_eretu() argument
289 return ex_handler_default(fixup, regs); in ex_handler_eretu()