svm_exit_handlers 4784 arch/x86/kvm/svm.c static int (*const svm_exit_handlers[])(struct vcpu_svm *svm) = { svm_exit_handlers 5034 arch/x86/kvm/svm.c if (exit_code >= ARRAY_SIZE(svm_exit_handlers) svm_exit_handlers 5035 arch/x86/kvm/svm.c || !svm_exit_handlers[exit_code]) { svm_exit_handlers 5046 arch/x86/kvm/svm.c return svm_exit_handlers[exit_code](svm);