• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-3,0711,931

.android-checksum.jsonD04-Jul-20251.7 KiB11

.cargo-checksum.jsonD04-Jul-20251 KiB11

AUTHORSD04-Jul-2025306 87

Android.bpD04-Jul-20251.9 KiB8276

CHANGELOG.mdD04-Jul-20254.8 KiB14394

CONTRIBUTING.mdD04-Jul-20251.1 KiB2718

Cargo.tomlD04-Jul-20251.1 KiB4742

LICENSED04-Jul-202511.1 KiB203169

LICENSE-APACHED04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025413 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025910 3220

TEST_MAPPINGD04-Jul-202582 87

android_config.tomlD04-Jul-202524 21

cargo2android_module.bp.fragmentD04-Jul-202568 66

cargo_embargo.jsonD04-Jul-2025417 2121

rules.mkD04-Jul-2025721 2416

README.md

1# aarch64 page table manipulation
2
3[![crates.io page](https://img.shields.io/crates/v/aarch64-paging.svg)](https://crates.io/crates/aarch64-paging)
4[![docs.rs page](https://docs.rs/aarch64-paging/badge.svg)](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