Home
last modified time | relevance | path

Searched hist:c360a0fd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtranslate-all.cc360a0fd Tue Aug 14 11:17:19 CDT 2018 Peter Maydell <peter.maydell@linaro.org> accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()

When we support execution from non-RAM MMIO regions, get_page_addr_code()
will return -1 to indicate that there is no RAM at the requested address.
Handle this in tb_check_watchpoint() -- if the exception happened for a
PC which doesn't correspond to RAM then there is no need to invalidate
any TBs, because the one-instruction TB will not have been cached.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Cédric Le Goater <clg@kaod.org>
Message-id: 20180710160013.26559-4-peter.maydell@linaro.org