Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c3275 static int (*const svm_exit_handlers[])(struct kvm_vcpu *vcpu) = { variable
3474 return (exit_code < ARRAY_SIZE(svm_exit_handlers) && in svm_check_exit_valid()
3475 svm_exit_handlers[exit_code]); in svm_check_exit_valid()
3507 return svm_exit_handlers[exit_code](vcpu); in svm_invoke_exit_handler()