Searched defs:kvmgt_guest_info (Results 1 – 1 of 1) sorted by relevance
84 struct kvmgt_guest_info { struct85 struct kvm *kvm;86 struct intel_vgpu *vgpu;87 struct kvm_page_track_notifier_node track_node;111 static bool kvmgt_guest_exit(struct kvmgt_guest_info *info); argument