Module tartan_arch::aarch64::interrupt
source · Available on AArch64 only.
Expand description
Exception and interrupt handling.
Structs§
- Classifies different exception causes.
DAIF
: Controls masking of different kinds of exceptions.ESR_ELx
: Holds information about the cause of the exception currently being handled.- A single entry in the exception
VectorTable
.
Enums§
- The kind of exception being handled: sync, IRQ, FIQ, SError.
- The exception level that generated an exception.
VBAR_ELx
: Contains the address of theVectorTable
that the processor should use at a given exception level.