Skip to content

Commit

Permalink
Add Page Table Entry (PTE) flags abstraction for x86_64 and `aarch6…
Browse files Browse the repository at this point in the history
…4` (#699)

* The `pte_flags` crate will replace `entryflags` and supports both `aarch64` & `x86_64`

* There are "lower-level" (architecture-specific) PTE flag types that can be converted to and from a "higher-level" (architecture-independent) `PteFlags` type.

* Currently unused in Theseus, but will be used in an upcoming PR.

Co-authored-by: Nathan Royer <[email protected]> 29ffb09
  • Loading branch information
kevinaboos committed Nov 25, 2022
1 parent 492acfa commit 07083db
Show file tree
Hide file tree
Showing 49 changed files with 1,967 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/crates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/implementors/core/clone/trait.Clone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/implementors/core/cmp/trait.Eq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/implementors/core/cmp/trait.Ord.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07083db

Please sign in to comment.