1 // SPDX-License-Identifier: GPL-2.0
3 * Generate definitions needed by assembly language modules.
4 * This code generates raw asm output which is post-processed to extract
5 * and format the required data.
7 #define COMPILE_OFFSETS
9 #include <linux/kbuild.h>
12 static void __used common(void)
14 if (IS_ENABLED(CONFIG_KVM_INTEL)) {
16 OFFSET(VMX_spec_ctrl, vcpu_vmx, spec_ctrl);