Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Darch_timer.c47 static void *test_vcpu_run(void *arg) in test_vcpu_run() function
151 ret = pthread_create(&pt_vcpu_run[i], NULL, test_vcpu_run, in test_run()
/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_irq.c961 static void *test_vcpu_run(void *arg) in test_vcpu_run() function
1006 ret = pthread_create(&thr[0], NULL, test_vcpu_run, vcpus[0]); in test_vgic_two_cpus()
1009 ret = pthread_create(&thr[1], NULL, test_vcpu_run, vcpus[1]); in test_vgic_two_cpus()