Peter Maydell cb4a0a3444 target/arm: Store TCR_EL* registers as uint64_t
Change the representation of the TCR_EL* registers in the CPU state
struct from struct TCR to uint64_t.  This allows us to drop the
custom vmsa_ttbcr_raw_write() function, moving the "enforce RES0"
checks to their more usual location in the writefn
vmsa_ttbcr_write().  We also don't need the resetfn any more.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220714132303.1287193-7-peter.maydell@linaro.org
2022-07-18 13:20:13 +01:00
..
2022-06-08 19:38:47 +01:00
2022-07-11 13:43:51 +01:00
2022-06-08 19:38:47 +01:00
2022-07-11 13:43:51 +01:00
2022-07-11 13:43:51 +01:00
2020-09-09 09:27:09 -04:00
2022-06-27 11:18:17 +01:00
2022-07-11 13:43:51 +01:00
2022-06-27 11:18:17 +01:00
2022-07-11 13:19:35 +01:00