vmm/arch/x86_64/generated/
hyperv.rs

1// Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4// automatically generated by tools/bindgen.sh
5
6#![allow(
7    non_camel_case_types,
8    non_upper_case_globals,
9    dead_code,
10    non_snake_case,
11    clippy::ptr_as_ptr,
12    clippy::undocumented_unsafe_blocks,
13    missing_debug_implementations,
14    clippy::tests_outside_test_module,
15    unsafe_op_in_unsafe_fn,
16    clippy::redundant_static_lifetimes
17)]
18
19pub const HV_X64_MSR_SYNDBG_CONTROL: u32 = 0x400000f1;
20pub const HV_X64_MSR_SYNDBG_STATUS: u32 = 0x400000f2;
21pub const HV_X64_MSR_SYNDBG_SEND_BUFFER: u32 = 0x400000f3;
22pub const HV_X64_MSR_SYNDBG_RECV_BUFFER: u32 = 0x400000f4;
23pub const HV_X64_MSR_SYNDBG_PENDING_BUFFER: u32 = 0x400000f5;
24pub const HV_X64_MSR_SYNDBG_OPTIONS: u32 = 0x400000ff;