x86: change name of parameter for various invlpg functions
authorWei Liu <wei.liu2@citrix.com>
Tue, 4 Sep 2018 16:15:18 +0000 (17:15 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 5 Sep 2018 09:59:47 +0000 (10:59 +0100)
commit9d7cda4c2deeae38a322ae28ea4eeb08e7ae8729
tree1d9ef72ffe2f51728a5ac568be3a43b3557fbb3a
parentda3bd8111858a1fb045a6ddc0b36d72164d9c5dd
x86: change name of parameter for various invlpg functions

They all incorrectly named a parameter virtual address while it should
have been linear address.

Requested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Acked-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/mm.c
xen/arch/x86/mm/hap/hap.c
xen/arch/x86/mm/shadow/multi.c
xen/arch/x86/mm/shadow/none.c
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/hvm/svm/asid.h
xen/include/asm-x86/hvm/svm/svm.h
xen/include/asm-x86/paging.h