iommu: rename wrapper functions
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 17 Dec 2018 09:22:57 +0000 (09:22 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 3 Jan 2019 10:36:06 +0000 (10:36 +0000)
commitd40029c844cf26802b50a41e02708eb33be54ff9
tree196bdd944733eb84fc2cc30841c143fdedbbd54a
parentcbe21fd047c54d255023c67b602459f0bec7c2a8
iommu: rename wrapper functions

A subsequent patch will add semantically different versions of
iommu_map/unmap() so, in advance of that change, this patch renames the
existing functions to iommu_legacy_map/unmap() and modifies all call-sites.
It also adjusts a comment that refers to iommu_map_page(), which was re-
named by a previous patch.

This patch is purely cosmetic. No functional change.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/mm.c
xen/arch/x86/mm/p2m-ept.c
xen/arch/x86/mm/p2m-pt.c
xen/arch/x86/mm/p2m.c
xen/arch/x86/x86_64/mm.c
xen/common/grant_table.c
xen/common/memory.c
xen/drivers/passthrough/iommu.c
xen/drivers/passthrough/x86/iommu.c
xen/include/xen/iommu.h