void test_main(void)
To be implemented by each test, as its entry point.
bool do_unhandled_exception(struct cpu_regs *regs)
May be implemented by a guest to provide custom exception handling.
static void fixup_sysenter_state(struct cpu_regs *regs)
static unsigned long sysenter_nt(void)
void do_sysenter(struct cpu_regs *regs)
May be implemented by a guest to handle SYSENTER invocations.