commit | 2ab03484819d529184927314f3b541d7c2221b4a | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Mon Nov 13 22:49:53 2023 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri Feb 23 23:24:43 2024 +1000 |
tree | 70b17ae7b931d581458ae54170dc4cdf4d009580 | |
parent | 372dbdb90c2cbe391d98649ca1f91a57b268b613 [diff] |
target/ppc: 4xx optimise tlbwe_lo TLB flushing Rather than tlbwe_lo always flushing all TCG TLBs, have it flush just those corresponding to the old software TLB, and only if it was valid. 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>