Home
last modified time | relevance | path

Searched refs:set_guest_debug (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h607 void (*set_guest_debug)(struct kvm_vcpu *vcpu, member
/arch/x86/kvm/
Dvmx.c2246 static void set_guest_debug(struct kvm_vcpu *vcpu, struct kvm_guest_debug *dbg) in set_guest_debug() function
7116 .set_guest_debug = set_guest_debug,
Dsvm.c4251 .set_guest_debug = svm_guest_debug,
Dx86.c5809 kvm_x86_ops->set_guest_debug(vcpu, dbg); in kvm_arch_vcpu_ioctl_set_guest_debug()