Searched defs:vm_data (Results 1 – 1 of 1) sorted by relevance
89 struct vm_data { struct90 struct kvm_vm *vm;91 struct kvm_vcpu *vcpu;92 pthread_t vcpu_thread;93 uint32_t nslots;94 uint64_t npages;95 uint64_t pages_per_slot;96 void **hva_slots;97 bool mmio_ok;98 uint64_t mmio_gpa_min;[all …]