Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h639 int (*handle_exit)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/
Dsvm.c3440 static int handle_exit(struct kvm_vcpu *vcpu) in handle_exit() function
4280 .handle_exit = handle_exit,
Dx86.c5366 r = kvm_x86_ops->handle_exit(vcpu); in vcpu_enter_guest()
Dvmx.c7145 .handle_exit = vmx_handle_exit,