Searched refs:handle_exit (Results 1 – 12 of 12) 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()
17 inject_fault.o va_layout.o handle_exit.o config.o \
446 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() function
1378 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
67 KVM_X86_OP(handle_exit)
1818 int (*handle_exit)(struct kvm_vcpu *vcpu, member
931 .handle_exit = vt_op(handle_exit),
302 OFFSET(KVM_ARCH_HANDLE_EXIT, kvm_vcpu_arch, handle_exit); in output_kvm_defines()
1280 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
1548 vcpu->arch.handle_exit = kvm_handle_exit; in kvm_arch_vcpu_create()
5188 .handle_exit = svm_handle_exit,
11520 r = kvm_x86_call(handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()