current_vp_assist  221 tools/testing/selftests/kvm/include/evmcs.h extern struct hv_vp_assist_page *current_vp_assist;
current_vp_assist  232 tools/testing/selftests/kvm/include/evmcs.h 	current_vp_assist = vp_assist;
current_vp_assist  241 tools/testing/selftests/kvm/include/evmcs.h 	current_vp_assist->current_nested_vmcs = vmcs_pa;
current_vp_assist  242 tools/testing/selftests/kvm/include/evmcs.h 	current_vp_assist->enlighten_vmentry = 1;
current_vp_assist  251 tools/testing/selftests/kvm/include/evmcs.h 	*value = current_vp_assist->current_nested_vmcs &
current_vp_assist   21 tools/testing/selftests/kvm/lib/x86_64/vmx.c struct hv_vp_assist_page *current_vp_assist;