OSDN Git Service

target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Apr 2023 11:43:19 +0000 (13:43 +0200)
committerAlistair Francis <alistair.francis@wdc.com>
Fri, 5 May 2023 00:49:50 +0000 (10:49 +1000)
commit3df44173e9f4de3d39e784020991cd0424c4074e
treeb0719da4eac4f808094fa5b55902c0682253d6e8
parent0f58cbbeea4a6c7f8b14f09cc18acfbb3a00e2e9
target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT

We will enable more uses of this bit in the future.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>
Tested-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-Id: <20230325105429.1142530-12-richard.henderson@linaro.org>
Message-Id: <20230412114333.118895-12-richard.henderson@linaro.org>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/cpu_helper.c
target/riscv/internals.h
target/riscv/op_helper.c