# aarch64-paging **Repository Path**: mirrors_google/aarch64-paging ## Basic Information - **Project Name**: aarch64-paging - **Description**: A Rust library to manipulate AArch64 VMSA EL1 page tables. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-04 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aarch64 page table manipulation [![crates.io page](https://img.shields.io/crates/v/aarch64-paging.svg)](https://crates.io/crates/aarch64-paging) [![docs.rs page](https://docs.rs/aarch64-paging/badge.svg)](https://docs.rs/aarch64-paging) This crate provides a library to manipulate page tables conforming to the AArch64 Virtual Memory System Architecture. Currently it supports: - stage 1 and stage 2 page tables - 4 KiB pages - EL3, NS-EL2, NS-EL2&0 and NS-EL1&0 translation regimes - 64-bit descriptors This is not an officially supported Google product. ## License Licensed under either of - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ## Contributing If you want to contribute to the project, see details of [how we accept contributions](CONTRIBUTING.md).