Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/aarch64/
A Darch_timer.c79 struct test_vcpu { struct
85 static struct test_vcpu test_vcpu[KVM_MAX_VCPUS]; argument
221 struct test_vcpu *vcpu = arg; in test_vcpu_run()
268 static int test_migrate_vcpu(struct test_vcpu *vcpu) in test_migrate_vcpu()
308 test_migrate_vcpu(&test_vcpu[i]); in test_vcpu_migration()
325 ret = pthread_create(&test_vcpu[i].pt_vcpu_run, NULL, in test_run()
326 test_vcpu_run, &test_vcpu[i]); in test_run()
341 pthread_join(test_vcpu[i].pt_vcpu_run, NULL); in test_run()
379 test_vcpu[i].vcpuid = i; in test_vm_create()
380 test_vcpu[i].vm = vm; in test_vm_create()

Completed in 6 milliseconds