[AArch64] Make PMMIR_EL1 read-only.
The Arm architecture reference manual (ARM DDI 0487H.a section D13.5.12) lists every field in the register as RO, and does not list an MSR instruction that writes it. So we should be defining it as an ROSysReg, not an RWSysReg. Reviewed By: vhscampos Differential Revision: https://reviews.llvm.org/D123111
Loading
Please register or sign in to comment