Lines Matching refs:fixup
15 return (unsigned long)&x->fixup + x->fixup; in ex_fixup_addr()
18 static bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default() argument
21 regs->ip = ex_fixup_addr(fixup); in ex_handler_default()
25 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() argument
29 return ex_handler_default(fixup, regs); in ex_handler_fault()
42 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() argument
45 regs->ip = ex_fixup_addr(fixup); in ex_handler_fprestore()
54 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() argument
58 return ex_handler_default(fixup, regs); in ex_handler_uaccess()
61 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy() argument
65 return ex_handler_fault(fixup, regs, trapnr); in ex_handler_copy()
68 static bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe() argument
78 return ex_handler_default(fixup, regs); in ex_handler_rdmsr_unsafe()
81 static bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe() argument
90 return ex_handler_default(fixup, regs); in ex_handler_wrmsr_unsafe()
93 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() argument
99 return ex_handler_default(fixup, regs); in ex_handler_clear_fs()