Searched defs:vm_data (Results 1 – 1 of 1) sorted by relevance
84 struct vm_data { struct85 struct kvm_vm *vm;86 struct kvm_vcpu *vcpu;87 pthread_t vcpu_thread;88 u32 nslots;89 u64 npages;90 u64 pages_per_slot;91 void **hva_slots;92 bool mmio_ok;93 u64 mmio_gpa_min;[all …]