Lines Matching refs:fixup

18 	return (unsigned long)&x->fixup + x->fixup;  in ex_fixup_addr()
26 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default() argument
31 regs->ip = ex_fixup_addr(fixup); in ex_handler_default()
36 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() argument
41 regs->ip = ex_fixup_addr(fixup); in ex_handler_fault()
51 __visible bool ex_handler_refcount(const struct exception_table_entry *fixup, in ex_handler_refcount() argument
68 regs->ip = ex_fixup_addr(fixup); in ex_handler_refcount()
106 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() argument
111 regs->ip = ex_fixup_addr(fixup); in ex_handler_fprestore()
121 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() argument
127 regs->ip = ex_fixup_addr(fixup); in ex_handler_uaccess()
132 __visible bool ex_handler_ext(const struct exception_table_entry *fixup, in ex_handler_ext() argument
139 regs->ip = ex_fixup_addr(fixup); in ex_handler_ext()
144 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe() argument
154 regs->ip = ex_fixup_addr(fixup); in ex_handler_rdmsr_unsafe()
161 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe() argument
172 regs->ip = ex_fixup_addr(fixup); in ex_handler_wrmsr_unsafe()
177 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() argument
185 return ex_handler_default(fixup, regs, trapnr, error_code, fault_addr); in ex_handler_clear_fs()