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

morello: require Executive to access {RDDC,RSP}_EL0 #249

Closed
wants to merge 1 commit into from

Conversation

kwitaszczyk
Copy link
Member

3.2.33, 3.2.34 and 3.2.35 describing RDDC_EL0, RSP_EL0 and RTPIDR_EL0 in the Morello ISA [1] specify that read and write operations for these registers require the Executive mode in Morello.

Limit the access to RDDC_EL0 and RSP_EL0 as specific in the ISA. Note that this limitation was already implemented for RTPIDR_EL0.

[1] https://developer.arm.com/documentation/ddi0606/ak/

3.2.33, 3.2.34 and 3.2.35 describing RDDC_EL0, RSP_EL0 and RTPIDR_EL0 in
the Morello ISA [1] specify that read and write operations for these
registers require the Executive mode in Morello.

Limit the access to RDDC_EL0 and RSP_EL0 as specific in the ISA. Note
that this limitation was already implemented for RTPIDR_EL0.

[1] https://developer.arm.com/documentation/ddi0606/ak/
@kwitaszczyk kwitaszczyk requested a review from jrtc27 May 15, 2024 20:26
@kwitaszczyk
Copy link
Member Author

A more complete PR #248 was submitted just before this one.

@kwitaszczyk kwitaszczyk deleted the rddc-rcsp-executive-check branch May 15, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant