Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dtriple_fault_event_test.c66 bool has_vmx = kvm_cpu_has(X86_FEATURE_VMX); in main() local
69 TEST_REQUIRE(has_vmx || has_svm); in main()
74 if (has_vmx) { in main()