Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: RISC-V PTE flags/size #15

Merged
merged 6 commits into from
Jul 24, 2024
Merged

feat: RISC-V PTE flags/size #15

merged 6 commits into from
Jul 24, 2024

Conversation

theo-abel
Copy link
Member

No description provided.

Juillard Thibault and others added 3 commits June 30, 2024 15:03
…TE trait methods is_supervisor, extract_addr, is_dirty, is_accessed, is_global, is_readable, is_writable, is_executable
@theo-abel theo-abel added the enhancement New feature or request label Jul 3, 2024
@theo-abel theo-abel added this to the v0.1.0 milestone Jul 3, 2024
@theo-abel theo-abel requested review from hokanosekai and shard77 July 3, 2024 21:44
@theo-abel theo-abel self-assigned this Jul 3, 2024
@theo-abel theo-abel mentioned this pull request Jul 3, 2024
Copy link
Member

@hokanosekai hokanosekai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The implementation seem's good but the PTE flags endianness isn't taked in part

@theo-abel theo-abel merged commit a11f4c0 into dev/0.1.0 Jul 24, 2024
3 checks passed
@theo-abel theo-abel deleted the feat/pte-traits-methods branch July 24, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement PTE for RiscV Basic generic methods (extract bit(s), check flags on PDE/PTE/Pages )
3 participants