Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Daperfmperf_test.c124 const bool has_nested = kvm_cpu_has(X86_FEATURE_SVM) || kvm_cpu_has(X86_FEATURE_VMX); in main() local
156 if (!has_nested) in main()
168 for (i = 0; i <= NUM_ITERATIONS * (1 + has_nested); i++) { in main()