Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Product List
privileged
Modes that are both privileged and represent an exception are the FIQ, IRQ, supervisor, abort, and undefined. These modes are entered when a specific exception occurs. Each of these modes have additional registers to prevent corruption and can, therefore, work with its own set of registers. By switching modes, those registers do not necessarily need to be stacked because those registers are available to that single mode alone. When the system comes back into a specific mode, that mode will have access to those same registers again. Each of the modes have access to system resources. They can change modes freely using ARM instructions and, on reset, the ARM core is in supervisor mode. Since the core doesn’t know which state it is going to be in, exceptions automatically switch the core to ARM state because you need to know exactly what state you're going to be in when you enter an exception.
PTM Published on: 2011-11-02