|
Xen Test Framework
|
Exception table entry. More...
#include <extable.h>
Data Fields | |
| unsigned long | fault |
| Faulting address. More... | |
| unsigned long | fixup |
| Fixup address. More... | |
| bool(* | handler )(struct cpu_regs *regs, const struct extable_entry *ex) |
| Optional custom handler. More... | |
| bool(* handler) (struct cpu_regs *regs, const struct extable_entry *ex) |
Optional custom handler.
If provided, the handler is responsible for altering regs->ip to avoid the fault.
| regs | Register state from the fault. |
| ex | extable_entry for the fault. |