// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 The Hyperlight Authors.
// TODO(aarch64): implement VM exit mechanism (e.g. hvc instruction)
const IO_PAGE_GVA: u64 = io_page.unwrap.1;
/// Trigger a VM exit sending a 32-bit value to the host on the given port.
pub unsafe