B2.99 Translation Table Base Register 0, EL3
The TTBR0_EL3 characteristics are:
Purpose
Holds the base address of the translation table for the stage 1 translation of memory accesses
from EL3.
Usage constraints
This register is accessible as follows:
EL0
EL1
(NS)
EL1
(S)
EL2
EL3
(SCR.NS = 1)
EL3
(SCR.NS = 0)
- - - - RW RW
Configurations
TTBR0_EL3 is mapped to AArch32 register TTBR0 (S). See B1.113 Translation Table Base
Register 0 on page B1-346.
Attributes
TTBR0_EL3 is a 64-bit register.
BADDR[47:x]RES0
4748 063
Figure B2-70 TTBR0_EL3 bit assignments
[63:48]
Reserved, RES0.
BADDR[47:x], [47:0]
Translation table base address, bits[47:x]. Bits [x-1:0] are RES0.
x is based on the value of TCR_EL1.T0SZ, the stage of translation, and the memory translation
granule size.
For instructions on how to calculate it, see the Arm
®
Architecture Reference Manual Armv8, for
Armv8-A architecture profile.
The value of x determines the required alignment of the translation table, that must be aligned to
2
x
bytes.
If bits [x-1:0] are not all zero, this is a misaligned Translation Table Base Address. Its effects are
CONSTRAINED UNPREDICTABLE, where bits [x-1:0] are treated as if all the bits are zero. The value
read back from those bits is the value written.
To access the TTBR0_EL3:
MRS <Xt>, TTBR0_EL3 ; Read TTBR0_EL3 into Xt
MSR TTBR0_EL3, <Xt> ; Write Xt to TTBR0_EL3
Register access is encoded as follows:
Table B2-92 TTBR0_EL3 access encoding
op0 op1 CRn CRm op2
11 110 0010 0000 000
B2 AArch64 system registers
B2.99 Translation Table Base Register 0, EL3
100236_0100_00_en Copyright © 2015–2017, 2019 Arm Limited or its affiliates. All rights
reserved.
B2-550
Non-Confidential