target/ppc: Split out ppc_hash64_xlate
commit1a8c647bbd72f70c2cd8d369b3aa3e71a57ac3d8
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jun 2021 12:51:10 +0000 (21 09:51 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 9 Jul 2021 00:38:19 +0000 (9 10:38 +1000)
treee3ce40993789f6f086539731ba14d7181918b697
parent077a370499bb100237e291da9a06e6adbcd89335
target/ppc: Split out ppc_hash64_xlate

Mirror the interface of ppc_radix64_xlate, putting all of
the logic for hash64 translation into a single function.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210621125115.67717-6-bruno.larsen@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-hash64.c