Searched defs:vcpu_thread (Results 1 – 5 of 5) sorted by relevance
19 struct vcpu_thread { struct31 static struct vcpu_thread vcpu_threads[KVM_MAX_VCPUS]; argument
111 static struct kvm_vm *spawn_vm(struct kvm_vcpu **vcpu, pthread_t *vcpu_thread, in spawn_vm()178 pthread_t vcpu_thread; in test_move_memory_region() local257 pthread_t vcpu_thread; in test_delete_memory_region() local
191 static pthread_t vcpu_thread; variable
92 pthread_t vcpu_thread; member
194 static void *vcpu_thread(void *arg) in vcpu_thread() function