[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] xen/arm64: head: Introduce a helper to flush local TLBs
- To: Michal Orzel <michal.orzel@xxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Tue, 8 Aug 2023 14:58:33 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=xF+8elf0srI676hurlCM6tUw+eU2R2hA6iovNjlb81w=; b=WreL9ojM+GcTyYpMwGZcDWlEfd/ZASE+cxaBLbTtBgK9/oxE/xRSLjBb7VlDJ2ja1dYOBkMSSIMeN7KTshMsKAXP4wJHfef2rfTVjjsfbWA8yEGrWzbHM+P4V6DV44QyoDh1Z32dXlSJa8f67BVcmi32PkBiadXvOZJY198fbtiMAGyB+RzHgdUf1I9a87Ufsmh8ebXtj0S1vKrgRA4wyF2uDPDlPUzsojCxXLoiyB1bRjIiZ1mhH6bIxzl901qsETlj2ZsT8ZoxXD/FRGHagMfVUp+NRgZgTp1kkluzoFUnP/YemT1IowKBHwG92ivUZrv5U+kLkbU5Dc1zHDrRUg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AduSbX07SNLKOncIX37KHZuBlhyVwfkqM5zp1opMY+gdrJhN4QDJ6aEhPG2w0sCY0cTkvuTQXXfjskbgFxzn/CQucUwOEld2C82UhZDrNDF1fiW8u0HPmDoMzFDzBnh+jhtV7p7D01K+vEr0YZm69QCG0nKIvZL44c4eMGV0d0TCIn70tz2MMAeOHSkQV9KlhYuESjo5W/yflkXYSa9U1a1jOAOXer4hyySuckXVJvd8NXEOXyqOWxZt2iRs4ph+Vt6TSUexzDM2D33N1W7TdtMDp3ymu5O3fRZSni4LQU3fREHTfJEALA61m8Yluls2lscpkEoELI47PHjJFlj/OQ==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Tue, 08 Aug 2023 14:59:05 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZyei3T61KAOi37UiuQYtlptp+oq/gfbsA
- Thread-topic: [PATCH] xen/arm64: head: Introduce a helper to flush local TLBs
> On 8 Aug 2023, at 12:07, Michal Orzel <michal.orzel@xxxxxxx> wrote:
>
> Instead of repeating the same sequence of instructions to flush the TLBs
> in various places, introduce a macro flush_xen_tlb_local and make use of
> it. This is similar to what was done for arm32 by the commit:
> dea9dddeceec8a1d68da24b14d5b2396effe555f
>
> This is also making the flush sequence in enable_mmu more clear and
> consistent.
>
> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
> ---
Hi Michal,
Looks good to me
Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx>
|