target/riscv: Replace cpu_mmu_index with riscv_env_mmu_index
commitd9996d0904398c236212e1d7678fd1b7f3554057
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 00:28:52 +0000 (29 10:28 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (3 16:46 +1000)
tree5ac2165c38a15b9eca07519952eb60e93daa180e
parent7f6f2ebbaa37d1c1db0e264d52d32893873aa635
target/riscv: Replace cpu_mmu_index with riscv_env_mmu_index

Use the target-specific function name in preference
to the generic name.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/cpu_helper.c
target/riscv/op_helper.c
target/riscv/vector_helper.c