Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c1159 test_skip("EPT AD bits not supported."); in ept_enable_ad_bits_or_skip_test()
2759 test_skip("EPT not supported"); in ept_access_test_setup()
2763 test_skip("Test needs MAXPHYADDR >= 40"); in ept_access_test_setup()
3287 test_skip("VPID not supported"); in invvpid_test()
3290 test_skip("INVVPID not supported.\n"); in invvpid_test()
3302 test_skip("No INVVPID types supported.\n"); in invvpid_test()
10377 test_skip("CPU doesn't support the 'use TSC offsetting' processor-based VM-execution control.\n"); in rdtsc_vmexit_diff_test()
10570 test_skip("Test is only supported on KVM"); in atomic_switch_overflow_msrs_test()
10689 test_skip("VPID unsupported"); in __vmx_pf_vpid_test()
10692 test_skip("INVVPID unsupported"); in __vmx_pf_vpid_test()
[all …]
H A Dvmx.h1052 void test_skip(const char *msg);
H A Dvmx.c1720 void test_skip(const char *msg) in test_skip() function