Searched defs:kvmgt_guest_info (Results 1 – 1 of 1) sorted by relevance
91 struct kvmgt_guest_info { struct92 struct kvm *kvm;93 struct intel_vgpu *vgpu;94 struct kvm_page_track_notifier_node track_node;118 static bool kvmgt_guest_exit(struct kvmgt_guest_info *info); argument