Re: [PATCH 25/43] target/ppc: Remove bat_size_prot()

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:13 AM AEST, BALATON Zoltan wrote: > There is already a hash32_bat_prot() function that does most if this > and the rest can be inlined. Export hash32_bat_prot() and rename it to > ppc_hash32_bat_prot() to match other functions and use it in > get_bat_6xx_tlb(). Reviewed-by

[PATCH 25/43] target/ppc: Remove bat_size_prot()

2024-05-26 Thread BALATON Zoltan
There is already a hash32_bat_prot() function that does most if this and the rest can be inlined. Export hash32_bat_prot() and rename it to ppc_hash32_bat_prot() to match other functions and use it in get_bat_6xx_tlb(). Signed-off-by: BALATON Zoltan --- target/ppc/mmu-hash32.c | 18 +