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

standard3
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
@standard3 standard3 added the enhancement New feature or request label Jul 3, 2024
@standard3 standard3 added this to the v0.1.0 milestone Jul 3, 2024
@standard3 standard3 requested review from hokanosekai and shard77 July 3, 2024 21:44
@standard3 standard3 self-assigned this Jul 3, 2024
@standard3 standard3 mentioned this pull request Jul 3, 2024
src/architecture/riscv.rs Outdated Show resolved Hide resolved
src/architecture/riscv.rs Outdated Show resolved Hide resolved
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

src/architecture/generic.rs Fixed Show resolved Hide resolved
src/architecture/generic.rs Fixed Show resolved Hide resolved
@standard3 standard3 merged commit a11f4c0 into dev/0.1.0 Jul 24, 2024
3 checks passed
@standard3 standard3 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