target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_index
commit7f6f2ebbaa37d1c1db0e264d52d32893873aa635
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 00:28:02 +0000 (29 10:28 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (3 16:46 +1000)
tree885cc52aae21f18bbcb7861a0e30986274ef9a3e
parentf331e82c3d60ede1cf9482a31ba5fdb0a292b274
target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_index

Free up the riscv_cpu_mmu_index name for other usage;
emphasize that the argument is 'env'.

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.h
target/riscv/cpu_helper.c