linux/arch/x86/kvm/vmx/main.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/moduleparam.h>

#include "x86_ops.h"
#include "vmx.h"
#include "nested.h"
#include "pmu.h"
#include "posted_intr.h"

#define VMX_REQUIRED_APICV_INHIBITS

struct kvm_x86_ops vt_x86_ops __initdata =;

struct kvm_x86_init_ops vt_init_ops __initdata =;