target/ppc: Move out BookE and related MMU functions from mmu_common.c
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:28:08 +0000 (01:28 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:43:13 +0000 (09:43 +1000)
commite7baac649bb3d9d72a3e79fc43e360d7ac99aead
tree60e2bca0e5acd6fa693763aee5af1dab31631f60
parentcd1038ec1d316aeca52a0c5d18da055d5aa014c9
target/ppc: Move out BookE and related MMU functions from mmu_common.c

Add a new mmu-booke.c file for BookE and related MMU bits from
mmu_common.c.

Acked-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/cpu.h
target/ppc/meson.build
target/ppc/mmu-booke.c [new file with mode: 0644]
target/ppc/mmu-booke.h [new file with mode: 0644]
target/ppc/mmu_common.c
target/ppc/mmu_helper.c