arch_x86_aspace_bindings/arch_x86_aspace_bindings.rs
1// Copyright 2026 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This file is automatically generated by //zircon/kernel/arch/x86:_kernel_bindgen_crate.arch-x86-aspace-bindings.bindgen.
6
7#![no_std]
8
9pub const KERNEL_ASPACE_BASE: i64 = -549755813888;
10pub const KERNEL_ASPACE_SIZE: u64 = 549755813888;
11pub const USER_ASPACE_BASE: u32 = 2097152;
12pub const USER_ASPACE_SIZE: u64 = 140737486254080;
13pub const USER_RESTRICTED_ASPACE_SIZE: u64 = 70368742080512;
14pub const MMU_GUEST_SIZE_SHIFT: u32 = 48;