arm-registers
Hypervisor registers: ARM has access to its own versions of R13 (SP) and SPSR - R13 is a General purpose registers that is typically use for the stack pointer - R14, R15 are typically used for program counter and link register, respectively - ELR_hyp stores exception return address
Program Status registers - APSR, SPSR, CPSR
Coprocessor 15 See ARM Documentation for Coprocessor 15 Registers
System control register See ARM Documentation for the System control register (SCTLR)
Last updated