You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 v8afeature, 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.