target/ppc: Move ppcemb_tlb_search() to mmu_common.c
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 30 May 2023 13:28:09 +0000 (15:28 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10:19 -0300)
commit753441c8898e5de41e6051f9d1244e98849bb866
tree45c1b1db8d4db4ef43235eb33fe4294e2f8e9351
parent62860c5feaf4eb53acafd10b238374d3ef21229a
target/ppc: Move ppcemb_tlb_search() to mmu_common.c

This function is the only reason why ppcemb_tlb_check() is not static
to mmu_common.c but it also better fits in mmu_common.c so move it
there.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <b64fd712a773558dea9b84945c57785546c0ae2e.1685448535.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/cpu.h
target/ppc/mmu_common.c
target/ppc/mmu_helper.c