Searched refs:set_guest_debug (Results 1 – 4 of 4) sorted by relevance
607 void (*set_guest_debug)(struct kvm_vcpu *vcpu, member
2246 static void set_guest_debug(struct kvm_vcpu *vcpu, struct kvm_guest_debug *dbg) in set_guest_debug() function7116 .set_guest_debug = set_guest_debug,
4251 .set_guest_debug = svm_guest_debug,
5809 kvm_x86_ops->set_guest_debug(vcpu, dbg); in kvm_arch_vcpu_ioctl_set_guest_debug()