Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 3,071 | 1,931 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 1 KiB | 1 | 1 | |
AUTHORS | D | 25-Apr-2025 | 306 | 8 | 7 | |
Android.bp | D | 25-Apr-2025 | 1.8 KiB | 81 | 75 | |
CHANGELOG.md | D | 25-Apr-2025 | 4.8 KiB | 143 | 94 | |
CONTRIBUTING.md | D | 25-Apr-2025 | 1.1 KiB | 27 | 18 | |
Cargo.toml | D | 25-Apr-2025 | 1.1 KiB | 47 | 42 | |
LICENSE | D | 25-Apr-2025 | 12.2 KiB | 230 | 189 | |
LICENSE-APACHE | D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1.1 KiB | 22 | 17 | |
METADATA | D | 25-Apr-2025 | 648 | 21 | 19 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 910 | 32 | 20 | |
TEST_MAPPING | D | 25-Apr-2025 | 82 | 8 | 7 | |
cargo2android_module.bp.fragment | D | 25-Apr-2025 | 68 | 6 | 6 | |
cargo_embargo.json | D | 25-Apr-2025 | 375 | 19 | 18 | |
rules.mk | D | 25-Apr-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