vmm/arch/x86_64/generated/mod.rs
1// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3//
4// Portions Copyright 2017 The Chromium OS Authors. All rights reserved.
5// Use of this source code is governed by a BSD-style license that can be
6// found in the THIRD-PARTY file.
7
8pub mod arch_prctl;
9pub mod hyperv;
10pub mod hyperv_tlfs;
11pub mod mpspec;
12pub mod msr_index;
13pub mod perf_event;