commit | 64bda5106c56faa19a31e091aef3a08249cc4ad0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Oct 05 07:52:10 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 13 11:27:06 2024 -0700 |
tree | 8b1cc9fa3edb8c4033f5e5d549cdba241cd30d34 | |
parent | c053f40b598e62e7c52665bb280d745d87954385 [diff] |
target/arm: Move device detection earlier in get_phys_addr_lpae Determine cache attributes, and thence Device vs Normal memory, earlier in the function. We have an existing regime_is_stage2 if block into which this can be slotted. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>