We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
13.2 macOS panics on mrs("ACTLR_EL12")
mrs("ACTLR_EL12")
>>> mrs("ACTLR_EL12") 0x1000 >>> cont
or sysctl -a or sysctl machdep.cpu.sysreg_ACTLR_EL12
sysctl -a
sysctl machdep.cpu.sysreg_ACTLR_EL12
The text was updated successfully, but these errors were encountered:
Of course it's going to panic trying to access ACTLR_EL12, since that's an EL2 register and macOS is running at EL1.
If sysreg is trying to read that even when the OS was started at EL1, then that's arguably a macOS bug.
sysreg
Sorry, something went wrong.
No branches or pull requests
Overview
13.2 macOS panics on
mrs("ACTLR_EL12")
PoC
or
sysctl -a
or
sysctl machdep.cpu.sysreg_ACTLR_EL12
Env
The text was updated successfully, but these errors were encountered: