Searched hist:"4 c24a87f662a46264dd73f6dd05a4a0c30b2038b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.c | diff 4c24a87f662a46264dd73f6dd05a4a0c30b2038b Wed Feb 26 22:29:26 CST 2020 David Gibson <david@gibson.dropbear.id.au> target/ppc: Don't store VRMA SLBE persistently
Currently, we construct the SLBE used for VRMA translations when the LPCR is written (which controls some bits in the SLBE), then use it later for translations.
This is a bit complex and confusing - simplify it by simply constructing the SLBE directly from the LPCR when we need it.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
H A D | cpu.h | diff 4c24a87f662a46264dd73f6dd05a4a0c30b2038b Wed Feb 26 22:29:26 CST 2020 David Gibson <david@gibson.dropbear.id.au> target/ppc: Don't store VRMA SLBE persistently
Currently, we construct the SLBE used for VRMA translations when the LPCR is written (which controls some bits in the SLBE), then use it later for translations.
This is a bit complex and confusing - simplify it by simply constructing the SLBE directly from the LPCR when we need it.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|