Re: [PATCH v6 31/41] target/arm: Flush tlbs for E2&0 translation regime

2020-02-03 Thread Peter Maydell
On Sat, 1 Feb 2020 at 19:29, Richard Henderson wrote: > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > v5: Flush all EL2 regimes with TLBI ALLE2 (pmm). > --- > target/arm/helper.c | 34 +++--- > 1 file changed, 27 insertions(+), 7 deletions(-

[PATCH v6 31/41] target/arm: Flush tlbs for E2&0 translation regime

2020-02-01 Thread Richard Henderson
Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- v5: Flush all EL2 regimes with TLBI ALLE2 (pmm). --- target/arm/helper.c | 34 +++--- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index f9be6b0