On 7/27/25 1:02 AM, Richard Henderson wrote:
Separate current to unpriv and arm to core mmu conversions
into two separate functions.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/arm/tcg/translate-a64.c | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
If I followed correctly, we replaced all calls to get_a64_user_mem_index
by core_user_mem_index. Thus, why not rename directly the function
get_a64_user_mem_index in core_user_mem_index?
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>