On 10/7/26 19:58, Richard Henderson wrote:
It's possible to program TCR_ELx with an invalid granule size,
which could match passing an invalid granule size to TLBI RVA,
which would then fall through to assert in arm_granule_bits.
Cc: [email protected]
Fixes: 3c003f7029e ("target/arm: Use ARMGranuleSize in ARMVAParameters")
Signed-off-by: Richard Henderson <[email protected]>
---
target/arm/tcg/tlb-insns.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Ah, out of the breakpoint/watchpoint rework, good.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>