diff options
author | Richard Henderson | 2020-03-05 17:09:20 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-05 17:09:20 +0100 |
commit | fb901c905dc34254f3edfbee86143460594c564b (patch) | |
tree | 5deaaf33420fbf48eb48df794fdf04854954f89e /stubs | |
parent | target/arm: Replicate TBI/TBID bits for single range regimes (diff) | |
download | qemu-fb901c905dc34254f3edfbee86143460594c564b.tar.gz qemu-fb901c905dc34254f3edfbee86143460594c564b.tar.xz qemu-fb901c905dc34254f3edfbee86143460594c564b.zip |
target/arm: Optimize cpu_mmu_index
We now cache the core mmu_idx in env->hflags. Rather than recompute
from scratch, extract the field. All of the uses of cpu_mmu_index
within target/arm are within helpers, and env->hflags is always stable
within a translation block from whence helpers are called.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200302175829.2183-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'stubs')
0 files changed, 0 insertions, 0 deletions