Lines Matching refs:fixup

29 	return (unsigned long)&x->fixup + x->fixup;  in ex_fixup_addr()
97 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() argument
101 return ex_handler_default(fixup, regs); in ex_handler_fault()
104 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx() argument
108 return ex_handler_default(fixup, regs); in ex_handler_sgx()
121 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() argument
124 regs->ip = ex_fixup_addr(fixup); in ex_handler_fprestore()
157 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() argument
163 return ex_handler_default(fixup, regs); in ex_handler_uaccess()
166 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy() argument
170 return ex_handler_fault(fixup, regs, trapnr); in ex_handler_copy()
173 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr() argument
198 return ex_handler_default(fixup, regs); in ex_handler_msr()
201 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() argument
207 return ex_handler_default(fixup, regs); in ex_handler_clear_fs()
210 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg() argument
214 return ex_handler_default(fixup, regs); in ex_handler_imm_reg()
217 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len() argument
223 return ex_handler_uaccess(fixup, regs, trapnr, fault_address); in ex_handler_ucopy_len()