target/ppc: Factor out 4xx ppcemb_tlb_t flushing
commitc191ad779372cc3b355ef10a355de8bb9b92efdc
authorNicholas Piggin <npiggin@gmail.com>
Mon, 13 Nov 2023 12:04:06 +0000 (13 22:04 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Fri, 23 Feb 2024 13:24:43 +0000 (23 23:24 +1000)
tree90ea0cdb7ef53a4908a7c997eb8d54704d8fc0de
parente8fe14112bea38377409728b7b0d684bd187ff56
target/ppc: Factor out 4xx ppcemb_tlb_t flushing

Flushing the TCG TLB pages that cache a software TLB is a common
operation, factor it into its own function.

Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
Acked-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu_helper.c