Lines Matching refs:fixup
19 return (unsigned long)&x->fixup + x->fixup;
27 __visible bool ex_handler_default(const struct exception_table_entry *fixup,
32 regs->ip = ex_fixup_addr(fixup);
37 __visible bool ex_handler_fault(const struct exception_table_entry *fixup,
42 regs->ip = ex_fixup_addr(fixup);
58 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup,
63 regs->ip = ex_fixup_addr(fixup);
73 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup,
79 regs->ip = ex_fixup_addr(fixup);
84 __visible bool ex_handler_copy(const struct exception_table_entry *fixup,
90 regs->ip = ex_fixup_addr(fixup);
96 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup,
106 regs->ip = ex_fixup_addr(fixup);
113 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup,
124 regs->ip = ex_fixup_addr(fixup);
129 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup,
137 return ex_handler_default(fixup, regs, trapnr, error_code, fault_addr);
208 * The full exception fixup machinery is available as soon as