]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use field names for manipulating EL2 and EL3 modes
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 May 2022 18:02:28 +0000 (13:02 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 May 2022 10:47:53 +0000 (11:47 +0100)
commitb13c91c04b15f5216de9df3878da7dc4c1395979
tree88f1ce9ef4a03051f13ff731147050ac9cab354a
parentef696cfbae6290d448ca0b36f9e41e3e0ec3d50d
target/arm: Use field names for manipulating EL2 and EL3 modes

Use FIELD_DP{32,64} to manipulate id_pfr1 and id_aa64pfr0
during arm_cpu_realizefn.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220506180242.216785-11-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c