aarch64-paging

Crates.ioaarch64-paging
lib.rsaarch64-paging
version0.10.0
created_at2022-05-03 12:50:00.608861+00
updated_at2025-07-10 10:34:27.541922+00
descriptionA library to manipulate AArch64 VMSA page tables.
homepage
repositoryhttps://github.com/google/aarch64-paging
max_upload_size
id579706
size181,660
Ard Biesheuvel (ardbiesheuvel)

documentation

README

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
  • 64-bit descriptors

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.

Commit count: 242

cargo fmt