xen/arm: Rework p2m_cache_flush to take a range [begin, end)
authorJulien Grall <julien.grall@arm.com>
Wed, 21 Feb 2018 14:18:43 +0000 (14:18 +0000)
committerJulien Grall <julien.grall@arm.com>
Wed, 12 Dec 2018 16:07:22 +0000 (16:07 +0000)
commit5ec1bdf0c7dd42de0dc9c23694c5195830daf55d
treef28da6eda2b246f397880700c1a137b22fd79c7c
parent70c92d989ea68ebb898b32e836ce6493b1197395
xen/arm: Rework p2m_cache_flush to take a range [begin, end)

The function will be easier to re-use in a follow-up patch if you have
only the begin and end.

At the same time, rename the function to reflect the change in the
prototype.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/domctl.c
xen/arch/arm/p2m.c
xen/include/asm-arm/p2m.h