OSDN Git Service

target/arm: Add is_secure parameter to do_ats_write
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 16:22:45 +0000 (09:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2022 13:52:24 +0000 (14:52 +0100)
commit7aee3cb9569f83353b17df05dc9d3a7f791b5fdf
tree89e93fff4565c1127ef02fb5d3aea22b58f317fc
parent03bea66e7fa3af42976ceafb20512c59abf2e699
target/arm: Add is_secure parameter to do_ats_write

Use get_phys_addr_with_secure directly.  For a-profile, this is the
one place where the value of is_secure may not equal arm_is_secure(env).

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221001162318.153420-10-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c