Searched refs:vcpu_info_list (Results 1 – 3 of 3) sorted by relevance
55 for (struct vcpu_info *vcpu_info = tcp->vcpu_info_list; in vcpu_find()72 vcpu_info->next = tcp->vcpu_info_list; in vcpu_alloc()73 tcp->vcpu_info_list = vcpu_info; in vcpu_alloc()83 for (head = tcp->vcpu_info_list; head; head = next) { in kvm_vcpu_info_free()88 tcp->vcpu_info_list = NULL; in kvm_vcpu_info_free()
240 struct vcpu_info *vcpu_info_list; member
1315 when the target calls VCPU_CREATE to vcpu_info_list per tcb data field,1316 (2) verifying the data recorded in vcpu_info_list before doing (3), and1326 * defs.h (struct tcb) [HAVE_LINUX_KVM_H]: Add vcpu_info_list field.1342 kvm_vcpu_info_free): New functions to access tcb's vcpu_info_list