Searched hist:bb99b391896f3c7a477777e3d47a2524fd795357 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mem_helper.c | diff bb99b391896f3c7a477777e3d47a2524fd795357 Wed Jan 29 17:50:37 CST 2020 Richard Henderson <richard.henderson@linaro.org> target/ppc: Use probe_access for LSW, STSW
Use a minimum number of mmu lookups for the contiguous bytes that are accessed. If the lookup succeeds, we can finish the operation with host addresses only.
Reported-by: Howard Spoelstra <hsp.cat7@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200129235040.24022-2-richard.henderson@linaro.org> Tested-by: Howard Spoelstra <hsp.cat7@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
|