Searched refs:handle_exit (Results 1 – 9 of 9) sorted by relevance
875 static int handle_exit(void) in handle_exit() function925 exit(handle_exit()); in sig_handler()962 res = handle_exit(); in main()
183 int (*handle_exit)(struct kvm_run *run, struct kvm_vcpu *vcpu); member
304 OFFSET(KVM_ARCH_HANDLE_EXIT, kvm_vcpu_arch, handle_exit); in output_kvm_defines()
1319 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
1550 vcpu->arch.handle_exit = kvm_handle_exit; in kvm_arch_vcpu_create()
1849 int (*handle_exit)(struct kvm_vcpu *vcpu, member
1405 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
5319 .handle_exit = svm_handle_exit,
11608 r = kvm_x86_call(handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()