]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Split {full,core}_a64_user_mem_index
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Oct 2025 21:55:42 +0000 (14:55 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Oct 2025 12:19:10 +0000 (13:19 +0100)
commit49b49214f346da81a79961e7f89225200da274e6
tree625b85180bd683af3f0d0576acbb3908948cd025
parent766c99beabd5a15ec2f4d2b1372926d8e1b03717
target/arm: Split {full,core}_a64_user_mem_index

Separate get_a64_user_mem_index into two separate functions, one which
returns the full ARMMMUIdx and one which returns the core mmu_idx.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20251008215613.300150-43-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c