Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c323 pthread_t pt_vcpu_migration; in test_run() local
341 ret = pthread_create(&pt_vcpu_migration, NULL, in test_run()
351 pthread_join(pt_vcpu_migration, NULL); in test_run()