Lines Matching refs:test
1837 static int test_run(struct vmx_test *test) in test_run() argument
1842 if (test->v2) { in test_run()
1844 if (test->init || test->guest_main || test->exit_handler || in test_run()
1845 test->syscall_handler) { in test_run()
1853 if (test->name == NULL) in test_run()
1854 test->name = "(no name)"; in test_run()
1860 init_vmcs(&(test->vmcs)); in test_run()
1863 if (test->init && test->init(test->vmcs) != VMX_TEST_START) in test_run()
1867 test->exits = 0; in test_run()
1868 current = test; in test_run()
1869 regs = test->guest_regs; in test_run()
1873 printf("\nTest suite: %s\n", test->name); in test_run()
1882 if (test->v2) in test_run()
1883 test->v2(); in test_run()