target/ppc: Split off real mode handling from get_physical_address_wtlb()
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:27:57 +0000 (01:27 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:43:10 +0000 (09:43 +1000)
commitc29f808af5b14d24ec8591be46c37441c7c15663
treeeb90b60f1f6b7295fb652305f08f4eaaec563995
parentb18489b326c0677ed7d0178361a65df867b4a16f
target/ppc: Split off real mode handling from get_physical_address_wtlb()

Add ppc_real_mode_xlate() to handle real mode translation and allow
removing this case from ppc_jumbo_xlate().

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu_common.c