// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 The Hyperlight Authors.
// TODO(aarch64): these values are placeholders copied from amd64
pub const MAIN_STACK_TOP_GVA: u64 = 0x0000_ff00_0000_0000;
pub const MAIN_STACK_LIMIT_GVA: u64 = 0x0000_fe00_0000_0000;