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()
133 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() argument
137 return ex_handler_default(fixup, regs); in ex_handler_uaccess()
140 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy() argument
144 return ex_handler_fault(fixup, regs, trapnr); in ex_handler_copy()
147 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr() argument
172 return ex_handler_default(fixup, regs); in ex_handler_msr()
175 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() argument
181 return ex_handler_default(fixup, regs); in ex_handler_clear_fs()
184 static bool ex_handler_imm_reg(const struct exception_table_entry *fixup, in ex_handler_imm_reg() argument
188 return ex_handler_default(fixup, regs); in ex_handler_imm_reg()
191 static bool ex_handler_ucopy_len(const struct exception_table_entry *fixup, in ex_handler_ucopy_len() argument
195 return ex_handler_uaccess(fixup, regs, trapnr); in ex_handler_ucopy_len()