Closed
Description
The TTBR0_EL2
register is locked behind el2vmsa
when it should be available on all aarch64 platforms. This has been noticed in Rust which does not currently enable the feature by default or expose a stable way to enable it, though I feel here is a better place to solve the issue.
The v8a
feature, added about a year ago, seems to want to represent features enabled on ARM v8.0 processors, but these features should really be enabled by default if this is the case.