exit_handlers    6032 arch/x86/kvm/vmx/nested.c __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *))
exit_handlers    6055 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMCLEAR]	= handle_vmclear,
exit_handlers    6056 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMLAUNCH]	= handle_vmlaunch,
exit_handlers    6057 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMPTRLD]	= handle_vmptrld,
exit_handlers    6058 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMPTRST]	= handle_vmptrst,
exit_handlers    6059 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMREAD]	= handle_vmread,
exit_handlers    6060 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMRESUME]	= handle_vmresume,
exit_handlers    6061 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMWRITE]	= handle_vmwrite,
exit_handlers    6062 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMOFF]	= handle_vmoff,
exit_handlers    6063 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMON]		= handle_vmon,
exit_handlers    6064 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_INVEPT]	= handle_invept,
exit_handlers    6065 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_INVVPID]	= handle_invvpid,
exit_handlers    6066 arch/x86/kvm/vmx/nested.c 	exit_handlers[EXIT_REASON_VMFUNC]	= handle_vmfunc,
exit_handlers      22 arch/x86/kvm/vmx/nested.h __init int nested_vmx_hardware_setup(int (*exit_handlers[])(struct kvm_vcpu *));