target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Dec 2019 19:43:42 +0000 (11:43 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000 (15:13 -1000)
commited53a636e877983dac8f78cf479db2d07555a3f6
tree03f15cda62647bf9784600cc1fc97bbd8d1155a8
parent7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f
target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX

The generated functions aside from *_real are unused.
The *_real functions have a couple of users in mem_helper.c;
use *_mmuidx_ra instead, with MMU_REAL_IDX.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Use *_mmuidx_ra directly, without intermediate macros.
target/s390x/cpu.h
target/s390x/mem_helper.c