commit | 4f0731f8da1c2f64d6325c70f19349098f5442d3 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Wed Oct 11 13:55:44 2023 +0100 |
committer | Fuad Tabba <tabba@google.com> | Thu Apr 11 10:38:44 2024 +0100 |
tree | 5e59bfe447e22dda7f0a52d4b3ac857a4de9d629 | |
parent | 910178dce2f2c8ebd97502537f418fec673d9c20 [diff] |
KVM: arm64: Store hyp address in the host fp state array Store the hyp address in kvm_arm_hyp_host_fp_state[], to avoid having to calculate it with kern_hyp_va() on every access. Signed-off-by: Fuad Tabba <tabba@google.com>