Home
last modified time | relevance | path

Searched refs:test_wanted (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Dvmx.c2037 test_wanted(const char *name, const char *filters[], int filter_count) in test_wanted() function
2092 if (test_wanted("test_vmx_feature_control", argv, argc)) { in main()
2100 if (test_wanted("test_vmxon", argv, argc)) { in main()
2111 if (test_wanted("test_vmptrld", argv, argc)) in main()
2113 if (test_wanted("test_vmclear", argv, argc)) in main()
2115 if (test_wanted("test_vmptrst", argv, argc)) in main()
2117 if (test_wanted("test_vmwrite_vmread", argv, argc)) in main()
2119 if (test_wanted("test_vmcs_high", argv, argc)) in main()
2121 if (test_wanted("test_vmcs_lifecycle", argv, argc)) in main()
2123 if (test_wanted("test_vmx_caps", argv, argc)) in main()
[all …]
H A Dsvm.c347 test_wanted(const char *name, char *filters[], int filter_count) in test_wanted() function
399 if (!test_wanted(svm_tests[i].name, av, ac)) in run_svm_tests()
H A Dvmexit.c583 static bool test_wanted(struct test *test, char *wanted[], int nwanted) in test_wanted() function
625 if (test_wanted(&tests[i], av + 1, ac - 1)) in main()