Re: [PATCH v9 1/3] target/arm: Add support for FEAT_TLBIRANGE

2021-05-13 Thread Richard Henderson
On 5/12/21 1:23 PM, Rebecca Cran wrote: 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 --- target/arm/cpu.h| 5 + target/arm/helper.c | 281 2 files

[PATCH v9 1/3] target/arm: Add support for FEAT_TLBIRANGE

2021-05-12 Thread Rebecca Cran
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 --- target/arm/cpu.h| 5 + target/arm/helper.c | 281 2 files changed, 286 insertions(+) diff --git