Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dsvm.c289 if (test->on_vcpu) in test_run()
404 if (svm_tests[i].on_vcpu) { in run_svm_tests()
405 if (cpu_count() <= svm_tests[i].on_vcpu) in run_svm_tests()
407 on_cpu_async(svm_tests[i].on_vcpu, (void *)test_run, &svm_tests[i]); in run_svm_tests()
H A Dsvm.h387 int on_vcpu; member
H A Dsvm_tests.c3540 init_intercept_finished, init_intercept_check, .on_vcpu = 2 },