]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: rename functions for invariant sys regs
authorSebastian Ott <sebott@redhat.com>
Wed, 19 Jun 2024 17:40:35 +0000 (17:40 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 20 Jun 2024 17:16:45 +0000 (17:16 +0000)
commit76d36012276a328ac0a1e9c7415cafd092447ce7
tree1b83a8fe50a4e7d0760dae35fea5608b2e1846ef
parentbb4fa769dcdd0b6e47ecbf0363489be510498b1d
KVM: arm64: rename functions for invariant sys regs

Invariant system id registers are populated with host values
at initialization time using their .reset function cb.

These are currently called get_* which is usually used by
the functions implementing the .get_user callback.

Change their function names to reset_* to reflect what they
are used for.

Signed-off-by: Sebastian Ott <sebott@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Link: https://lore.kernel.org/r/20240619174036.483943-10-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/sys_regs.c