Home
last modified time | relevance | path

Searched hist:"4 c2cc7c4e92094efa562a872cef515fdf6d6f915" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dexceptions.S4c2cc7c4e92094efa562a872cef515fdf6d6f915 Fri Mar 04 00:10:05 UTC 2016 Alexander Graf <agraf@suse.de> arm64: Allow exceptions to return

Our current arm64 exception handlers all panic and never return to the
exception triggering code.

But if any handler wanted to continue execution after fixups, it would
need help from the exception handling code to restore all registers.

This patch implements that help. With this code, exception handlers on
aarch64 can successfully return to the place the exception happened (or
somewhere else if they modify elr).

Signed-off-by: Alexander Graf <agraf@suse.de>