Searched refs:handle_exit (Results 1 – 9 of 9) sorted by relevance
16 inject_fault.o regmap.o va_layout.o handle_exit.o \
240 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() function
853 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
951 static int handle_exit(void) in handle_exit() function1001 exit(handle_exit()); in sig_handler()1036 res = handle_exit(); in main()
536 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
3077 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit() function4252 .handle_exit = handle_exit,
1159 int (*handle_exit)(struct kvm_vcpu *vcpu, member
7787 .handle_exit = vmx_handle_exit,
9309 r = kvm_x86_ops.handle_exit(vcpu, exit_fastpath); in vcpu_enter_guest()