commit | af9a0e21d817f40595aa629de32d3bd96582abef | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Oct 21 14:10:35 2021 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Mon Nov 22 16:01:39 2021 +0000 |
tree | fab798e1543e59ab9275a9b6e3916c6a8dca643b | |
parent | e66425fc9ba33e9716d6e7c6bc78bb62f981d4df [diff] |
KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE We currently have to maintain a mapping the thread_info structure at EL2 in order to be able to check the TIF_FOREIGN_FPSTATE flag. In order to eventually get rid of this, start with a vcpu flag that shadows the thread flag on each entry into the hypervisor. Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Marc Zyngier <maz@kernel.org>