]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: s390: Rename some functions in gaccess.c
authorClaudio Imbrenda <imbrenda@linux.ibm.com>
Wed, 4 Feb 2026 15:02:40 +0000 (16:02 +0100)
committerClaudio Imbrenda <imbrenda@linux.ibm.com>
Wed, 4 Feb 2026 16:00:08 +0000 (17:00 +0100)
commit2f71db5eb9f8340ee58ae4b4faa6279b3a7f4a0e
treef404a00f0283dc75b71628b099b61473c9901af7
parenta2f2798fa6d18d91766b19a4896bd9fd0654d730
KVM: s390: Rename some functions in gaccess.c

Rename some functions in gaccess.c to add a _gva or _gpa suffix to
indicate whether the function accepts a virtual or a guest-absolute
address.

This makes it easier to understand the code.

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Reviewed-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
arch/s390/kvm/gaccess.c