Searched refs:kvm_vmx_exit_handlers (Results 1 – 1 of 1) sorted by relevance
5752 static int (*kvm_vmx_exit_handlers[])(struct kvm_vcpu *vcpu) = { variable5806 ARRAY_SIZE(kvm_vmx_exit_handlers);6187 if (!kvm_vmx_exit_handlers[exit_handler_index]) in vmx_handle_exit()6190 return kvm_vmx_exit_handlers[exit_handler_index](vcpu); in vmx_handle_exit()8025 r = nested_vmx_hardware_setup(kvm_vmx_exit_handlers); in hardware_setup()