Bug: 232459444

Clone this repo:
  1. e4f62b3 Upgrade aarch64-paging to 0.7.0 by Andrew Walbran · 3 days ago main master
  2. 22283e5 Update Android.bp by running cargo_embargo am: 77641285ec by James Farrell · 10 weeks ago
  3. 7764128 Update Android.bp by running cargo_embargo by James Farrell · 10 weeks ago
  4. 94eec64 Update Android.bp by running cargo_embargo am: 59e7ac4a30 by James Farrell · 3 months ago
  5. 59e7ac4 Update Android.bp by running cargo_embargo by James Farrell · 3 months ago

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.