Searched refs:vcpu_thread (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | set_memory_region_test.c | 116 static struct kvm_vm *spawn_vm(pthread_t *vcpu_thread, void *guest_code) in spawn_vm() argument 141 pthread_create(vcpu_thread, NULL, vcpu_worker, vm); in spawn_vm() 182 pthread_t vcpu_thread; in test_move_memory_region() local 186 vm = spawn_vm(&vcpu_thread, guest_code_move_memory_region); in test_move_memory_region() 217 pthread_join(vcpu_thread, NULL); in test_move_memory_region() 260 pthread_t vcpu_thread; in test_delete_memory_region() local 265 vm = spawn_vm(&vcpu_thread, guest_code_delete_memory_region); in test_delete_memory_region() 287 pthread_join(vcpu_thread, NULL); in test_delete_memory_region()
|
D | dirty_log_test.c | 192 static pthread_t vcpu_thread; variable 197 pthread_kill(vcpu_thread, SIG_IPI); in vcpu_kick() 784 pthread_create(&vcpu_thread, NULL, vcpu_worker, vm); in run_test() 817 pthread_join(vcpu_thread, NULL); in run_test()
|
D | memslot_perf_test.c | 93 pthread_t vcpu_thread; member 325 pthread_create(&data->vcpu_thread, NULL, vcpu_worker, data); in launch_vm() 340 pthread_join(data->vcpu_thread, NULL); in wait_guest_exit()
|
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | xapic_ipi_test.c | 198 static void *vcpu_thread(void *arg) in vcpu_thread() function 446 r = pthread_create(&threads[0], NULL, vcpu_thread, ¶ms[0]); in main() 466 r = pthread_create(&threads[1], NULL, vcpu_thread, ¶ms[1]); in main()
|