Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dfault_test.h40 void test_run(struct fault_test *test);
H A Dfault_test.c48 void test_run(struct fault_test *test) in test_run() function
/kvm-unit-tests/x86/
H A Dsvm.c248 static noinline void test_run(struct svm_test *test) in test_run() function
407 on_cpu_async(svm_tests[i].on_vcpu, (void *)test_run, &svm_tests[i]); in run_svm_tests()
412 test_run(&svm_tests[i]); in run_svm_tests()
H A Dvmware_backdoors.c169 test_run(&vmware_backdoor_tests[i]); in check_vmware_backdoors()
H A Dvmx.c1837 static int test_run(struct vmx_test *test) in test_run() function
2136 if (test_run(&vmx_tests[i])) in main()