// SPDX-License-Identifier: GPL-2.0 /* * This file contains common code for working with Enlightened VMCS which is * used both by Hyper-V on KVM and KVM on Hyper-V. */ #include "hyperv_evmcs.h" #define EVMCS1_OFFSET(x) … #define EVMCS1_FIELD(number, name, clean_field) … const struct evmcs_field vmcs_field_to_evmcs_1[] = …; const unsigned int nr_evmcs_1_fields = …;