Searched refs:svm_exit_handlers (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dsvm.c3241 static int (*const svm_exit_handlers[])(struct vcpu_svm *svm) = { variable
3478 if (exit_code >= ARRAY_SIZE(svm_exit_handlers) handle_exit()
3479 || !svm_exit_handlers[exit_code]) { handle_exit()
3485 return svm_exit_handlers[exit_code](svm); handle_exit()

Completed in 55 milliseconds