Address m_vecTable
ARM exception vector jump table.
void Handler(struct CPUState state)
Function which is called when the CPU is interrupted.
Result install(ExceptionType vector, Handler handler)
Install an exception handler.
ARMException(Address base)
Constructor.
ExceptionType
ARM exception types.
static Size copy(void *dest, const void *src, Size count)
Copy memory from one place to another.
#define sysctrl_read()
Read System Control register.
#define vbar_set(addr)
Change Vector Base Address (VBAR)
#define sysctrl_write(val)
Write System Control register.
#define ARM_EX_VECTAB_SIZE
Size of the ARM exception vector table in bytes.
unsigned int u32
Unsigned 32-bit number.
unsigned long Address
A memory address.