Lines Matching refs:fixup

19 	return (unsigned long)&x->fixup + x->fixup;  in ex_fixup_addr()
27 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default() argument
32 regs->ip = ex_fixup_addr(fixup); in ex_handler_default()
37 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() argument
42 regs->ip = ex_fixup_addr(fixup); in ex_handler_fault()
58 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() argument
63 regs->ip = ex_fixup_addr(fixup); in ex_handler_fprestore()
73 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() argument
79 regs->ip = ex_fixup_addr(fixup); in ex_handler_uaccess()
84 __visible bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy() argument
90 regs->ip = ex_fixup_addr(fixup); in ex_handler_copy()
96 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe() argument
106 regs->ip = ex_fixup_addr(fixup); in ex_handler_rdmsr_unsafe()
113 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe() argument
124 regs->ip = ex_fixup_addr(fixup); in ex_handler_wrmsr_unsafe()
129 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() argument
137 return ex_handler_default(fixup, regs, trapnr, error_code, fault_addr); in ex_handler_clear_fs()