diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-03-12 13:25:05 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-03-14 10:49:20 +0000 |
commit | 23560ada94bd22cb9e8d27b7e9389f6369f6d74d (patch) | |
tree | a8b0f00aa4ceb8a55555febf248544a3e6250965 /rust/qemu-api/src | |
parent | eae0c3b659fbad5168c9bb9784b49d255185e35c (diff) | |
download | qemu-23560ada94bd22cb9e8d27b7e9389f6369f6d74d.zip qemu-23560ada94bd22cb9e8d27b7e9389f6369f6d74d.tar.gz qemu-23560ada94bd22cb9e8d27b7e9389f6369f6d74d.tar.bz2 |
target/arm: Un-inline access_secure_reg()
We would like to move arm_el_is_aa64() to internals.h; however, it is
used by access_secure_reg(). Make that function not be inline, so
that it can stay in cpu.h.
access_secure_reg() is used only in two places:
* in hflags.c
* in the user-mode arm emulators, to decide whether to store
the TLS value in the secure or non-secure banked field
The second of these is not on a super-hot path that would care about
the inlining (and incidentally will always use the NS banked field
because our user-mode CPUs never set ARM_FEATURE_EL3); put the
definition of access_secure_reg() in hflags.c, near its only use
inside target/arm.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions