Modules§
Structs§
Enums§
Constants§
Functions§
- This function is called when an exception occurs from CurrentSPEL0, CurrentSPELx. The
infoparameter specifies source (first 16 bits) and kind (following 16 bits) of the exception. Theesrhas the value of a syndrome register (ESR_ELx) holding the cause of the Synchronous and SError exception. Thetfhas the TrapFrame of current context. - This function is called when an exception occurs from LowerAArch64. To enter RMM (EL2), return 1. Otherwise, return 0 to go back to EL1. The
infoparameter specifies source (first 16 bits) and kind (following 16 bits) of the exception. Theesrhas the value of a syndrome register (ESR_ELx) holding the cause of the Synchronous and SError exception. Therechas the Rec context. Thetfhas the TrapFrame of current context.