On Mon, 18 Aug 2025 at 14:36, Peter Maydell <peter.mayd...@linaro.org> wrote:
> So we need to: > * define a new ARM_CP_NV2_NO_TRAP ("This sysreg does not got > trapped to EL2 by HCR_EL2.NV even though its opc1 is in {4, 5}") Better name: ARM_CP_NV_NO_TRAP (the trap applies for NV and NV2), and matches that we don't have a 2 in arm_cpreg_traps_in_nv()). -- PMM