diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-10-01 09:22:42 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-10-10 14:52:24 +0100 |
commit | 9cd5f1710e2d786042f747f128bc9e954fd7f6c6 (patch) | |
tree | e498220ff574e6da7f22deb6aaf21fb4fa17d3b0 /hw/misc | |
parent | def8aa5b80a1c12a3a758801d585c0950867ac94 (diff) | |
download | qemu-9cd5f1710e2d786042f747f128bc9e954fd7f6c6.zip qemu-9cd5f1710e2d786042f747f128bc9e954fd7f6c6.tar.gz qemu-9cd5f1710e2d786042f747f128bc9e954fd7f6c6.tar.bz2 |
target/arm: Add is_secure parameter to v7m_read_half_insn
Remove the use of regime_is_secure from v7m_read_half_insn, using
the new parameter instead.
As it happens, both callers pass true, propagated from the argument
to arm_v7m_mmu_idx_for_secstate which created the mmu_idx argument,
but that is a detail of v7m_handle_execute_nsc we need not expose
to the callee.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221001162318.153420-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc')
0 files changed, 0 insertions, 0 deletions