| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/ | 04-Jul-2025 | - | 3,071 | 1,931 | ||
| .android-checksum.json | D | 04-Jul-2025 | 1.7 KiB | 1 | 1 | |
| .cargo-checksum.json | D | 04-Jul-2025 | 1 KiB | 1 | 1 | |
| AUTHORS | D | 04-Jul-2025 | 306 | 8 | 7 | |
| Android.bp | D | 04-Jul-2025 | 1.9 KiB | 82 | 76 | |
| CHANGELOG.md | D | 04-Jul-2025 | 4.8 KiB | 143 | 94 | |
| CONTRIBUTING.md | D | 04-Jul-2025 | 1.1 KiB | 27 | 18 | |
| Cargo.toml | D | 04-Jul-2025 | 1.1 KiB | 47 | 42 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| LICENSE-APACHE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| METADATA | D | 04-Jul-2025 | 413 | 18 | 17 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| README.md | D | 04-Jul-2025 | 910 | 32 | 20 | |
| TEST_MAPPING | D | 04-Jul-2025 | 82 | 8 | 7 | |
| android_config.toml | D | 04-Jul-2025 | 24 | 2 | 1 | |
| cargo2android_module.bp.fragment | D | 04-Jul-2025 | 68 | 6 | 6 | |
| cargo_embargo.json | D | 04-Jul-2025 | 417 | 21 | 21 | |
| rules.mk | D | 04-Jul-2025 | 721 | 24 | 16 |
README.md
1# aarch64 page table manipulation 2 3[](https://crates.io/crates/aarch64-paging) 4[](https://docs.rs/aarch64-paging) 5 6This crate provides a library to manipulate page tables conforming to the AArch64 Virtual Memory 7System Architecture. 8 9Currently it only supports: 10 11- stage 1 page tables 12- 4 KiB pages 13- EL3, NS-EL2, NS-EL2&0 and NS-EL1&0 translation regimes 14 15This is not an officially supported Google product. 16 17## License 18 19Licensed under either of 20 21- Apache License, Version 2.0 22 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) 23- MIT license 24 ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) 25 26at your option. 27 28## Contributing 29 30If you want to contribute to the project, see details of 31[how we accept contributions](CONTRIBUTING.md). 32