Exception Address Register (EXC_ADD)
Address: IPR Ibox, Index=10B
The exception address register is used to restart the machine after exceptions or interrupts.
PC<63:2>RWFor precise exceptions, this is the address of the instruction that has not completed execution. For imprecise exceptions, this is the PC value of the next instruction that would have issued if there were no exception/interrupt. This address will be used to return from the exception or interrupt.
Ignore<1>N/A
PAL<0>This bit indicates PAL mode to the hardware. When clear, the HW_REI instruction executes a jump to native (non-PAL) mode, enabling address translation.