target/arm: Support 32-byte alignment in pow2_align
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Mar 2024 20:41:05 +0000 (10:41 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Mar 2024 13:22:56 +0000 (13:22 +0000)
commit707ded20a23e877a32c4acf47ea68819be0637a5
tree4f1b517060d28b62f3bc138093f90f35998e0316
parent13d6c073f067d3465010eb54cc908c05ffbc84f1
target/arm: Support 32-byte alignment in pow2_align

Now that we have removed TARGET_PAGE_BITS_MIN-6 from
TLB_FLAGS_MASK, we can test for 32-byte alignment.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240301204110.656742-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate.c