Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
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()
A Dkvm_buslock_test.c75 const bool has_nested = kvm_cpu_has(X86_FEATURE_SVM) || kvm_cpu_has(X86_FEATURE_VMX); in main() local
97 for (i = 0; i <= NR_BUS_LOCKS_PER_LEVEL * (1 + has_nested); i++) { in main()

Completed in 4 milliseconds