target/arm: Add support for FEAT_TLBIRANGE
authorRebecca Cran <rebecca@nuviainc.com>
Wed, 12 May 2021 18:23:35 +0000 (12:23 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:43 +0000 (16:01 +0100)
commit84940ed82552d3c7c7327c83076b02cee7978257
tree73ba8c596845fa09d5281699c571562ac628c1a3
parent206a583d13246b7b516318333f55cfba490c7037
target/arm: Add support for FEAT_TLBIRANGE

ARMv8.4 adds the mandatory FEAT_TLBIRANGE. It provides TLBI
maintenance instructions that apply to a range of input addresses.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210512182337.18563-2-rebecca@nuviainc.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c