Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dsvm.c4712 static int (*const svm_exit_handlers[])(struct vcpu_svm *svm) = { variable
4957 if (exit_code >= ARRAY_SIZE(svm_exit_handlers) in handle_exit()
4958 || !svm_exit_handlers[exit_code]) { in handle_exit()
4964 return svm_exit_handlers[exit_code](svm); in handle_exit()