Re: [PATCH 17/43] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t

2024-07-03 Thread Nicholas Piggin
On Mon May 27, 2024 at 9:12 AM AEST, BALATON Zoltan wrote: > Instead of passing around ptem in context use it once in the same > function so it can be removed from mmu_ctx_t. The downside here is now updating the SPRs in different places. You already passed hash back with a pointer elsewhere, wha

[PATCH 17/43] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t

2024-05-26 Thread BALATON Zoltan
Instead of passing around ptem in context use it once in the same function so it can be removed from mmu_ctx_t. Signed-off-by: BALATON Zoltan --- target/ppc/mmu_common.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/target/ppc/mmu_common.c b/target/