On Fri, 1 Sept 2023 at 00:26, Richard Henderson <richard.hender...@linaro.org> wrote: > > Perform the check for EL2 enabled in the security space and the > TIDCP bit in an out-of-line helper. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper.h | 1 + > target/arm/tcg/op_helper.c | 13 +++++++++++++ > target/arm/tcg/translate-a64.c | 16 ++++++++++++++-- > target/arm/tcg/translate.c | 27 +++++++++++++++++++++++++++ > 4 files changed, 55 insertions(+), 2 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM