qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] tcg/cputlb: Remove non-synced variants of global TLB flu


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes
Date: Thu, 28 Mar 2024 14:18:09 +0100
User-agent: Mozilla Thunderbird

On 28/3/24 06:31, Nicholas Piggin wrote:
These are no longer used.

tlb_flush_all_cpus: removed in previous patch
tlb_flush_page_all_cpus: removed in previous patch

tlb_flush_page_bits_by_mmuidx_all_cpus: never used
tlb_flush_page_by_mmuidx_all_cpus: never used
tlb_flush_page_bits_by_mmuidx_all_cpus: never used thus:
 tlb_flush_range_by_mmuidx_all_cpus: never used
 tlb_flush_by_mmuidx_all_cpus: never used

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
  docs/devel/multi-thread-tcg.rst |  13 ++--
  include/exec/exec-all.h         |  97 +++++-------------------------
  accel/tcg/cputlb.c              | 103 --------------------------------
  3 files changed, 19 insertions(+), 194 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]