Searched refs:handle_exit (Results 1 – 9 of 9) sorted by relevance
16 inject_fault.o va_layout.o handle_exit.o \
225 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() function
931 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
948 static int handle_exit(void) in handle_exit() function998 exit(handle_exit()); in sig_handler()1033 res = handle_exit(); in main()
57 KVM_X86_OP_NULL(handle_exit)
1365 int (*handle_exit)(struct kvm_vcpu *vcpu, member
656 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
3296 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit() function4572 .handle_exit = handle_exit,
7616 .handle_exit = vmx_handle_exit,