diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2017-09-04 15:21:55 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-09-04 17:13:53 +0100 |
commit | aac43da1d772a50778ab1252c13c08c2eb31fb39 (patch) | |
tree | 31340e3e85fbac127d99f605e049200f64970afc /hw | |
parent | 04e3aabde397e7abc78ba1ce6cbd144d5fbb1722 (diff) | |
download | qemu-aac43da1d772a50778ab1252c13c08c2eb31fb39.zip qemu-aac43da1d772a50778ab1252c13c08c2eb31fb39.tar.gz qemu-aac43da1d772a50778ab1252c13c08c2eb31fb39.tar.bz2 |
target/arm: Factor out fault delivery code
We currently have some similar code in tlb_fill() and in
arm_cpu_do_unaligned_access() for delivering a data abort or prefetch
abort. We're also going to want to do the same thing to handle
external aborts. Factor out the common code into a new function
deliver_fault().
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions