Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c9362 static int (*const kvm_vmx_exit_handlers[])(struct kvm_vcpu *vcpu) = { variable
9418 ARRAY_SIZE(kvm_vmx_exit_handlers);
10127 && kvm_vmx_exit_handlers[exit_reason]) in vmx_handle_exit()
10128 return kvm_vmx_exit_handlers[exit_reason](vcpu); in vmx_handle_exit()