diff options
author | David Brazdil <dbrazdil@google.com> | 2020-12-02 18:41:07 +0000 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-12-04 10:08:33 +0000 |
commit | d3e1086c64528ee0b955326b4c0e947cde3b6923 (patch) | |
tree | fb516f86a8d54ccb3847673e1e0d3319e63f9661 /scripts/decodecode | |
parent | 63fec24351e827021137a15b307bd1e64772b7fe (diff) |
KVM: arm64: Init MAIR/TCR_EL2 from params struct
MAIR_EL2 and TCR_EL2 are currently initialized from their _EL1 values.
This will not work once KVM starts intercepting PSCI ON/SUSPEND SMCs
and initializing EL2 state before EL1 state.
Obtain the EL1 values during KVM init and store them in the init params
struct. The struct will stay in memory and can be used when booting new
cores.
Take the opportunity to move copying the T0SZ value from idmap_t0sz in
KVM init rather than in .hyp.idmap.text. This avoids the need for the
idmap_t0sz symbol alias.
Signed-off-by: David Brazdil <dbrazdil@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201202184122.26046-12-dbrazdil@google.com
Diffstat (limited to 'scripts/decodecode')
0 files changed, 0 insertions, 0 deletions