mirror of
https://github.com/qemu/qemu.git
synced 2026-07-09 01:56:21 +00:00
target/arm/cpu-features.h: x-rme now means GPC3
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Jim MacArthur <jim.macarthur@linaro.org> Message-id: 20260618-jmac-gpc3b-v3-4-353e546067e7@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
committed by
Peter Maydell
parent
f6bfcaaa50
commit
9496065f68
@@ -159,8 +159,8 @@ static void cpu_arm_set_rme(Object *obj, bool value, Error **errp)
|
||||
{
|
||||
ARMCPU *cpu = ARM_CPU(obj);
|
||||
|
||||
/* Enable FEAT_RME_GPC2 */
|
||||
FIELD_DP64_IDREG(&cpu->isar, ID_AA64PFR0, RME, value ? 2 : 0);
|
||||
/* Enable FEAT_RME_GPC3 */
|
||||
FIELD_DP64_IDREG(&cpu->isar, ID_AA64PFR0, RME, value ? 3 : 0);
|
||||
}
|
||||
|
||||
static void cpu_max_set_l0gptsz(Object *obj, Visitor *v, const char *name,
|
||||
|
||||
Reference in New Issue
Block a user