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