tree: d4b50e61c67c1793fc6da8355cd3c347eb54a47d [path history] [tgz]
  1. src/
  2. .android-checksum.json
  3. .cargo-checksum.json
  4. Android.bp
  5. AUTHORS
  6. Cargo.toml
  7. cargo2android_module.bp.fragment
  8. cargo_embargo.json
  9. CHANGELOG.md
  10. CONTRIBUTING.md
  11. LICENSE
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. README.md
  17. rules.mk
  18. TEST_MAPPING
crates/aarch64-paging/README.md

aarch64 page table manipulation

crates.io page docs.rs page

This crate provides a library to manipulate page tables conforming to the AArch64 Virtual Memory System Architecture.

Currently it only supports:

  • stage 1 page tables
  • 4 KiB pages
  • EL3, NS-EL2, NS-EL2&0 and NS-EL1&0 translation regimes

This is not an officially supported Google product.

License

Licensed under either of

at your option.

Contributing

If you want to contribute to the project, see details of how we accept contributions.