diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-21 14:15:08 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-21 14:15:08 +0000 |
commit | 3d6f761713745dfed7d2ccfe98077d213a6a6eba (patch) | |
tree | bc80a6238732a84c52b406a43e730eb34ec265d2 /xen-hvm.c | |
parent | 904c04de2e1b425e7bc8c4ce2fae3d652eeed242 (diff) |
target-arm: Fix wrong AArch64 entry offset for EL2/EL3 target
The entry offset when taking an exception to AArch64 from a lower
exception level may be 0x400 or 0x600. 0x400 is used if the
implemented exception level immediately lower than the target level
is using AArch64, and 0x600 if it is using AArch32. We were
incorrectly implementing this as checking the exception level
that the exception was taken from. (The two can be different if
for example we take an exception from EL0 to AArch64 EL3; we should
in this case be checking EL2 if EL2 is implemented, and EL1 if
EL2 is not implemented.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'xen-hvm.c')
0 files changed, 0 insertions, 0 deletions