Skip to content
Commit c9f55e2b authored by Mate Toth-Pal's avatar Mate Toth-Pal Committed by Soby Mathew
Browse files

feat(runtime): add separate stack for exception handler



This commit updates the Synchronous exception handler to use SP_EL0.
This helps if the exception happens due to SP_EL2 overflow.

Details:
 - Save SP_EL0 in the rec structure
 - Add a new mm region to the high region for the handler stack
 - Save/restore SP_EL0 on Realm exit/enter

Change-Id: Ie230dd24a27766a092798f412262e2a08cd831f4
Signed-off-by: Mate Toth-Pal's avatarMate Toth-Pal <mate.toth-pal@arm.com>
parent e0fc446f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment