Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c5557 static int (*kvm_vmx_exit_handlers[])(struct kvm_vcpu *vcpu) = { variable
5611 ARRAY_SIZE(kvm_vmx_exit_handlers);
5942 && kvm_vmx_exit_handlers[exit_reason]) in vmx_handle_exit()
5943 return kvm_vmx_exit_handlers[exit_reason](vcpu); in vmx_handle_exit()
7732 r = nested_vmx_hardware_setup(kvm_vmx_exit_handlers); in hardware_setup()