Vbar is now available for ARMv7-A as well#165
Merged
jonathanpallant merged 2 commits intomainfrom May 3, 2026
Merged
Conversation
Contributor
Author
|
did not find any mention of VBAR in the ARMv5 ARM. only made it available for v7-a and v8-r now. |
ed991a5 to
422978e
Compare
Contributor
|
Is this tied to HYP support? Should it be in the hyp module? |
Contributor
|
I looked in ARM ARMv6 and it's not in there, so it was added in Armv7. It's not tied to Hyp support because there's a separate HVBAR that is. I'm going to merge this for now, but I think I want to break the register list up into Armv4T, Armv5TE, Armv6, Armv7-A, Armv7-R and Armv8-R and only expose access to registers on targets where it makes sense. But that's for another day. |
jonathanpallant
approved these changes
May 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #153 .
I have not checked yet whether this register is available on legacy architectures.