Re: [Xen-devel] [PATCH 3/7] xen/arm: tlbflush: Clarify the TLB helpers name

2019-04-25 Thread Andrii Anisov
On 17.04.19 20:58, Julien Grall wrote: TLB helpers in the headers tlbflush.h are currently quite confusing to use the name may lead to think they are dealing with hypervisors TLBs while they actually deal with guest TLBs. Rename them to make it clearer that we are dealing with guest TLBs. Sig

[Xen-devel] [PATCH 3/7] xen/arm: tlbflush: Clarify the TLB helpers name

2019-04-17 Thread Julien Grall
TLB helpers in the headers tlbflush.h are currently quite confusing to use the name may lead to think they are dealing with hypervisors TLBs while they actually deal with guest TLBs. Rename them to make it clearer that we are dealing with guest TLBs. Signed-off-by: Julien Grall --- xen/arch/arm