ERET

Exception Return using the ELR and SPSR for the current Exception level. When executed, the PE restores PSTATE from the SPSR, and branches to the address held in the ELR.

The PE checks the SPSR for the current Exception level for an illegal return event. See Illegal return events from AArch64 state.

ERET is undefined at EL0.

313029282726252423222120191817161514131211109876543210
11010110100111110000001111100000
AMRnop4

ERET

if PSTATE.EL == EL0 then UNDEFINED;

Operation

Capability target; if IsAccessToCapabilitiesEnabledAtEL(PSTATE.EL) then target = CELR[]; else target = CapSetValue(PCC[], ELR[]); AArch64.ExceptionReturnToCapability(target, SPSR[]);


Internal version only: isa v32.13, AdvSIMD v29.04, pseudocode morello-2022-01_rc2, capabilities morello-2022-01_rc2 ; Build timestamp: 2022-01-11T11:23

Copyright © 2010-2022 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.