Re: [PATCH v4 04/40] target/arm: Add TTBR1_EL2

2019-12-10 Thread Laurent Desnogues
Hi Richard, On Tue, Dec 3, 2019 at 3:35 AM Richard Henderson wrote: > > At the same time, add writefn to TTBR0_EL2 and TCR_EL2. > A later patch will update any ASID therein. > > Reviewed-by: Alex Bennée > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 18 +- > 1

[PATCH v4 04/40] target/arm: Add TTBR1_EL2

2019-12-02 Thread Richard Henderson
At the same time, add writefn to TTBR0_EL2 and TCR_EL2. A later patch will update any ASID therein. Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- target/arm/helper.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/target/arm/helper.c b/tar