xen/arm: Gather all TLB flush helpers in tlbflush.h
authorJulien Grall <julien.grall@arm.com>
Thu, 4 Apr 2019 17:35:09 +0000 (18:35 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 12 Jun 2019 15:13:36 +0000 (16:13 +0100)
commitc9a82940afb2f8195625fd42c68aa6d185b54b27
tree8ed01df2db0a990d8d0d14097e54fca6cff0d8b9
parent0b6118ded4973add24858e6296b3f30cc64ee6a7
xen/arm: Gather all TLB flush helpers in tlbflush.h

At the moment, TLB helpers are scattered in 2 headers: page.h (for
Xen TLB helpers) and tlbflush.h (for guest TLB helpers).

This patch is gathering all of them in tlbflush. This will help to
uniformize and update the logic of the helpers in follow-up patches.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/arm32/flushtlb.h
xen/include/asm-arm/arm32/page.h
xen/include/asm-arm/arm64/flushtlb.h
xen/include/asm-arm/arm64/page.h
xen/include/asm-arm/flushtlb.h
xen/include/asm-arm/page.h