Searched hist:"71 b9a45330fe220d11a7a187efc477745dffbd26" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | diff 71b9a45330fe220d11a7a187efc477745dffbd26 Fri Feb 03 09:32:12 CST 2017 KONRAD Frederic <fred.konrad@greensocs.com> cputlb: fix the way get_page_addr_code fills the tlb
get_page_addr_code(..) does a cpu_ldub_code to fill the tlb: This can lead to some side effects if a device is mapped at this address.
So this patch replaces the cpu_memory_ld by a tlb_fill.
Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
|