commit | 522cabc3a7269edb5c478a67ae75abe2b9c26977 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Wed Apr 16 14:58:19 2025 +0100 |
committer | Fuad Tabba <tabba@google.com> | Wed Jun 18 10:35:37 2025 +0100 |
tree | 54ebe692d1d0a1edf5dc663017f2136f72aa28ca | |
parent | 662efde8e34bfe746f75a3ee56a07c67a91ea3cd [diff] |
KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code Allow vcpu_{read,write}_sys_reg() to be called from EL2 so that nVHE hyp code can reuse existing helper functions for operations such as resetting the vCPU state. Change-Id: I45b58887cacd6a6fc32eed977c440804f82b5625 Signed-off-by: Fuad Tabba <tabba@google.com>