Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c81 static pthread_t pt_vcpu_run[KVM_MAX_VCPUS]; variable
285 ret = pthread_setaffinity_np(pt_vcpu_run[vcpu_idx], in test_migrate_vcpu()
332 ret = pthread_create(&pt_vcpu_run[i], NULL, test_vcpu_run, in test_run()
348 pthread_join(pt_vcpu_run[i], NULL); in test_run()