10 regs->ax =
EXINFO(regs->entry_vector, regs->error_code);
18 regs->di =
EXINFO(regs->entry_vector, regs->error_code);
26 regs->ax = regs->dx = 0;
bool ex_wrmsr_safe(struct cpu_regs *regs, const struct extable_entry *ex)
Fixup from a wrmsr fault.
bool ex_record_fault_edi(struct cpu_regs *regs, const struct extable_entry *ex)
Record the current fault in %edi.
bool ex_record_fault_eax(struct cpu_regs *regs, const struct extable_entry *ex)
Record the current fault in %eax.
bool ex_rdmsr_safe(struct cpu_regs *regs, const struct extable_entry *ex)
Fixup from a rdmsr fault.
unsigned long fixup
Fixup address.