|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: arm: invalidate caches after map_domain_page done
Hi Andrii, On 01/08/14 08:25, Andrii Tseglytskyi wrote: Why did you remove the flush TLB? It's requirement to make sure the VA will pointed to the right PA. + clean_and_invalidate_xen_dcache_va_range((void *)va, PAGE_SIZE); This is not the right approach, map_domain_page is heavily used to map hypercall data page. Those pages must reside in normal inner-cacheable memory. So cleaning the cache is useless and time consuming.If you want to clean and invalidate the cache, even though I don't think this right by reading the commit message, you have to introduce a new helper. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |