-
Notifications
You must be signed in to change notification settings - Fork 69
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
[aarch64] same location, different cacheability attributes #653
Comments
@jalglave maybe? |
You can specify a litmus test where you access a single location with different memory attributes like so:
Symbolic virtual address @jalglave please chime if I missed something. |
@gonzalobg, I just wanted to let you know that we have also updated the blog as well. If you have any comments/thoughts/feedback, please do let me/us know! |
Thank you, I'll check it out. |
Following this blog, I am trying to use
herd
to check a litmus test for accessing a single memory location using two virtual aliases with different cacheability attributes, depending on the value of CLIDR_EL1.LoC=0 .Did I understand correctly that cacheability attributes are currently only supported per location? That is, two locations may have different cacheability attributes, but one cannot currently check litmus tests that access a single location with two different attributes?
Thanks
Gonzalo
The text was updated successfully, but these errors were encountered: