Searched hist:a059471d2536dad316dfc24dd03790d0cd597081 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | diff a059471d2536dad316dfc24dd03790d0cd597081 Thu Mar 22 21:07:48 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Move page size setup to helper function
Initialization of the env->sps structure at the end of instance_init is specific to the 64-bit hash MMU, so move the code into a helper function in mmu-hash64.c.
We also create a corresponding function to be called at finalize time - it's empty for now, but we'll need it shortly.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org>
|
H A D | mmu-hash64.c | diff a059471d2536dad316dfc24dd03790d0cd597081 Thu Mar 22 21:07:48 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Move page size setup to helper function
Initialization of the env->sps structure at the end of instance_init is specific to the 64-bit hash MMU, so move the code into a helper function in mmu-hash64.c.
We also create a corresponding function to be called at finalize time - it's empty for now, but we'll need it shortly.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org>
|