| // Copyright 2026 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #![no_std] | |
| pub mod arch_vm_aspace; | |
| pub mod page; | |
| pub mod page_state; | |
| pub mod vm; | |
| pub mod vm_address_region; | |
| pub mod vm_aspace; | |
| pub mod vm_mapping; | |
| pub mod vm_object; | |
| pub mod vm_object_paged; | |
| pub mod vm_object_physical; |