Searched refs:handle_exit (Results 1 – 10 of 10) sorted by relevance
14 inject_fault.o va_layout.o handle_exit.o \
307 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() function
1014 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
953 static int handle_exit(void) in handle_exit() function1003 exit(handle_exit()); in sig_handler()1038 res = handle_exit(); in main()
63 KVM_X86_OP(handle_exit)
1625 int (*handle_exit)(struct kvm_vcpu *vcpu, member
45 handle_exit(); // <-- must be 'noinstr' or '__always_inline'
907 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
4755 .handle_exit = svm_handle_exit,
8188 .handle_exit = vmx_handle_exit,
Completed in 45 milliseconds