Re: [Xen-devel] [PATCH 5/7] xen/arm: Gather all TLB flush helpers in tlbflush.h

2019-04-25 Thread Andrii Anisov
On 17.04.19 20:58, Julien Grall wrote: 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 patc

[Xen-devel] [PATCH 5/7] xen/arm: Gather all TLB flush helpers in tlbflush.h

2019-04-17 Thread Julien Grall
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 --- xen