apple-data 0.1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/apple_data/boot_args.rb +5 -0
- data/lib/apple_data/fdr.rb +30 -0
- data/lib/apple_data/ioreg.rb +57 -0
- data/lib/apple_data/ipsw.rb +25 -0
- data/lib/apple_data/keybag.rb +56 -0
- data/lib/apple_data/lockdown.rb +48 -0
- data/lib/apple_data/macho.rb +5 -0
- data/lib/apple_data/version.rb +5 -0
- data/lib/apple_data.rb +8 -0
- data/share/4cc.yaml +297 -293
- data/share/apns.yaml +367 -364
- data/share/backup.yaml +47 -44
- data/share/baseband/qualcomm/mav13.yaml +26 -0
- data/share/baseband/qualcomm/mav20.yaml +45 -0
- data/share/baseband/qualcomm/mav21.yaml +254 -0
- data/share/baseband.yaml +290 -1
- data/share/bluetooth.yaml +75 -71
- data/share/boot_args.yaml +863 -855
- data/share/bridgeos.yaml +174 -131
- data/share/bundles.yaml +56 -60
- data/share/coprocessor.yaml +64 -0
- data/share/cores.yaml +72 -47
- data/share/debug.yaml +13 -0
- data/share/defaults.yaml +5 -0
- data/share/dnssd.yaml +171 -166
- data/share/entitlements.yaml +10391 -0
- data/share/environment_variables.yaml +354 -0
- data/share/esim.yaml +7 -0
- data/share/fdr.yaml +150 -148
- data/share/firmware.yaml +1310 -0
- data/share/homekit.yaml +14 -14
- data/share/iboot.yaml +143 -0
- data/share/icloud.yaml +11 -8
- data/share/img4.yaml +454 -453
- data/share/ioreg.yaml +5647 -5642
- data/share/ipsw.yaml +51505 -1099
- data/share/kext.yaml +3491 -1718
- data/share/keybags/7000.yaml +44342 -0
- data/share/keybags/7001.yaml +19430 -0
- data/share/keybags/7002.yaml +292 -0
- data/share/keybags/8000.yaml +82065 -0
- data/share/keybags/8001.yaml +29655 -0
- data/share/keybags/8004.yaml +295 -0
- data/share/keybags/8006.yaml +65 -0
- data/share/keybags/8010.yaml +23899 -0
- data/share/keybags/8011.yaml +4409 -0
- data/share/keybags/8015.yaml +23626 -0
- data/share/keybags/8020.yaml +4488 -0
- data/share/keybags/8027.yaml +43 -0
- data/share/keybags/8030.yaml +8687 -0
- data/share/keybags/8101.yaml +8595 -0
- data/share/keybags/8720.yaml +2026 -0
- data/share/keybags/8900.yaml +2344 -0
- data/share/keybags/8920.yaml +6761 -0
- data/share/keybags/8922.yaml +3141 -0
- data/share/keybags/8930.yaml +20583 -0
- data/share/keybags/8940.yaml +36319 -0
- data/share/keybags/8942.yaml +17343 -0
- data/share/keybags/8945.yaml +23360 -0
- data/share/keybags/8947.yaml +1384 -0
- data/share/keybags/8950.yaml +16258 -0
- data/share/keybags/8955.yaml +52163 -0
- data/share/keybags/8960.yaml +49499 -0
- data/share/keys.yaml +56 -0
- data/share/lightning.yaml +26 -23
- data/share/lockdownd.yaml +74 -71
- data/share/mach_o.yaml +204 -172
- data/share/mobile_assets.yaml +113 -127
- data/share/mobile_gestalt.yaml +2447 -2444
- data/share/nvram.yaml +463 -441
- data/share/ota.yaml +4 -1
- data/share/pki.yaml +103 -99
- data/share/platforms.yaml +35 -31
- data/share/pmu.yaml +52 -26
- data/share/registers.yaml +1579 -1603
- data/share/resources.yaml +202 -198
- data/share/sep.yaml +210 -206
- data/share/services.yaml +641 -636
- data/share/sip.yaml +64 -0
- data/share/smc.yaml +7 -0
- data/share/syscfg.yaml +4 -1
- data/share/tipw_sync.yaml +79103 -0
- data/share/vmapple.yaml +35 -0
- metadata +80 -15
data/share/registers.yaml
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
metadata:
|
|
3
|
+
description: Representations of registers and instructions for various CPU elements
|
|
4
|
+
credits:
|
|
5
|
+
- https://gist.github.com/bazad/42054285391c6e0dcd0ede4b5f969ad2
|
|
5
6
|
aarch64:
|
|
6
7
|
pstate:
|
|
7
8
|
0b011: 'UAO'
|
|
@@ -10,2518 +11,2493 @@ aarch64:
|
|
|
10
11
|
0b110: 'DAIFSet'
|
|
11
12
|
0b111: 'DAIFClr'
|
|
12
13
|
msr:
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
S1_0_c7_c1_0:
|
|
15
|
+
name: 'IC IALLUIS'
|
|
15
16
|
description: 'Instruction Cache Invalidate All to PoU, Inner Shareable'
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
S1_0_c7_c5_0:
|
|
18
|
+
name: 'IC IALLU'
|
|
18
19
|
description: 'Instruction Cache Invalidate All to PoU'
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
S1_0_c7_c6_1:
|
|
21
|
+
name: 'DC IVAC'
|
|
21
22
|
description: 'Data or unified Cache line Invalidate by VA to PoC'
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
S1_0_c7_c6_2:
|
|
24
|
+
name: 'DC ISW'
|
|
24
25
|
description: 'Data or unified Cache line Invalidate by Set/Way'
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
S1_0_c7_c6_3:
|
|
27
|
+
name: 'DC IGVAC'
|
|
27
28
|
description: 'Data, Allocation Tag or unified Cache line Invalidate of Allocation Tags by VA to PoC'
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
S1_0_c7_c6_4:
|
|
30
|
+
name: 'DC IGSW'
|
|
30
31
|
description: 'Data, Allocation Tag or unified Cache line Invalidate of Allocation Tags by Set/Way'
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
S1_0_c7_c6_5:
|
|
33
|
+
name: 'DC IGDVAC'
|
|
33
34
|
description: 'Data, Allocation Tag or unified Cache line Invalidate of Allocation Tags by VA to PoC'
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
S1_0_c7_c6_6:
|
|
36
|
+
name: 'DC IGDSW'
|
|
36
37
|
description: 'Data, Allocation Tag or unified Cache line Invalidate of Data and Allocation Tags by Set/Way'
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
S1_0_c7_c8_0:
|
|
39
|
+
name: 'AT S1E1R'
|
|
39
40
|
description: 'Address Translate Stage 1 EL1 Read'
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
S1_0_c7_c8_1:
|
|
42
|
+
name: 'AT S1E1W'
|
|
42
43
|
description: 'Address Translate Stage 1 EL1 Write'
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
S1_0_c7_c8_2:
|
|
45
|
+
name: 'AT S1E0R'
|
|
45
46
|
description: 'Address Translate Stage 1 EL0 Read'
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
S1_0_c7_c8_3:
|
|
48
|
+
name: 'AT S1E0W'
|
|
48
49
|
description: 'Address Translate Stage 1 EL0 Write'
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
S1_0_c7_c9_0:
|
|
51
|
+
name: 'AT S1E1RP'
|
|
51
52
|
description: 'Address Translate Stage 1 EL1 Read PAN'
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
S1_0_c7_c9_1:
|
|
54
|
+
name: 'AT S1E1WP'
|
|
54
55
|
description: 'Address Translate Stage 1 EL1 Write PAN'
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
S1_0_c7_c10_2:
|
|
57
|
+
name: 'DC CSW'
|
|
57
58
|
description: 'Data or unified Cache line Clean by Set/Way'
|
|
58
|
-
|
|
59
|
-
|
|
59
|
+
S1_0_c7_c10_4:
|
|
60
|
+
name: 'DC CGSW'
|
|
60
61
|
description: 'Data, Allocation Tag or unified Cache line Clean of Allocation Tags by Set/Way'
|
|
61
|
-
|
|
62
|
-
|
|
62
|
+
S1_0_c7_c10_6:
|
|
63
|
+
name: 'DC CGDSW'
|
|
63
64
|
description: 'Data, Allocation Tag or unified Cache line Clean of Data and Allocation Tags by Set/Way'
|
|
64
|
-
|
|
65
|
-
|
|
65
|
+
S1_0_c7_c14_2:
|
|
66
|
+
name: 'DC CISW'
|
|
66
67
|
description: 'Data or unified Cache line Clean and Invalidate by Set/Way'
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
S1_0_c7_c14_4:
|
|
69
|
+
name: 'DC CIGSW'
|
|
69
70
|
description: 'Data, Allocation Tag or unified Cache line Clean and Invalidate of Allocation Tags by Set/Way'
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
S1_0_c7_c14_6:
|
|
72
|
+
name: 'DC CIGDSW'
|
|
72
73
|
description: 'Data, Allocation Tag or unified Cache line Clean and Invalidate of Data and Allocation Tags by Set/Way'
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
S1_0_c8_c1_0:
|
|
75
|
+
name: 'TLBI VMALLE1OS'
|
|
75
76
|
description: 'TLB Invalidate by VMID, All at stage 1, EL1, Outer Shareable'
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
S1_0_c8_c1_1:
|
|
78
|
+
name: 'TLBI VAE1OS'
|
|
78
79
|
description: 'TLB Invalidate by VA, EL1, Outer Shareable'
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
S1_0_c8_c1_2:
|
|
81
|
+
name: 'TLBI ASIDE1OS'
|
|
81
82
|
description: 'TLB Invalidate by ASID, EL1, Outer Shareable'
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
S1_0_c8_c1_3:
|
|
84
|
+
name: 'TLBI VAAE1OS'
|
|
84
85
|
description: 'TLB Invalidate by VA, All ASID, EL1, Outer Shareable'
|
|
85
|
-
|
|
86
|
-
|
|
86
|
+
S1_0_c8_c1_5:
|
|
87
|
+
name: 'TLBI VALE1OS'
|
|
87
88
|
description: 'TLB Invalidate by VA, Last level, EL1, Outer Shareable'
|
|
88
|
-
|
|
89
|
-
|
|
89
|
+
S1_0_c8_c1_7:
|
|
90
|
+
name: 'TLBI VAALE1OS'
|
|
90
91
|
description: 'TLB Invalidate by VA, All ASID, Last Level, EL1, Outer Shareable'
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
S1_0_c8_c2_1:
|
|
93
|
+
name: 'TLBI RVAE1IS'
|
|
93
94
|
description: 'TLB Range Invalidate by VA, EL1, Inner Shareable'
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
S1_0_c8_c2_3:
|
|
96
|
+
name: 'TLBI RVAAE1IS'
|
|
96
97
|
description: 'TLB Range Invalidate by VA, All ASID, EL1, Inner Shareable'
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
S1_0_c8_c2_5:
|
|
99
|
+
name: 'TLBI RVALE1IS'
|
|
99
100
|
description: 'TLB Range Invalidate by VA, Last level, EL1, Inner Shareable'
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
S1_0_c8_c2_7:
|
|
102
|
+
name: 'TLBI RVAALE1IS'
|
|
102
103
|
description: 'TLB Range Invalidate by VA, All ASID, Last Level, EL1, Inner Shareable'
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
S1_0_c8_c3_0:
|
|
105
|
+
name: 'TLBI VMALLE1IS'
|
|
105
106
|
description: 'TLB Invalidate by VMID, All at stage 1, EL1, Inner Shareable'
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
S1_0_c8_c3_1:
|
|
108
|
+
name: 'TLBI VAE1IS'
|
|
108
109
|
description: 'TLB Invalidate by VA, EL1, Inner Shareable'
|
|
109
|
-
|
|
110
|
-
|
|
110
|
+
S1_0_c8_c3_2:
|
|
111
|
+
name: 'TLBI ASIDE1IS'
|
|
111
112
|
description: 'TLB Invalidate by ASID, EL1, Inner Shareable'
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
S1_0_c8_c3_3:
|
|
114
|
+
name: 'TLBI VAAE1IS'
|
|
114
115
|
description: 'TLB Invalidate by VA, All ASID, EL1, Inner Shareable'
|
|
115
|
-
|
|
116
|
-
|
|
116
|
+
S1_0_c8_c3_5:
|
|
117
|
+
name: 'TLBI VALE1IS'
|
|
117
118
|
description: 'TLB Invalidate by VA, Last level, EL1, Inner Shareable'
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
S1_0_c8_c3_7:
|
|
120
|
+
name: 'TLBI VAALE1IS'
|
|
120
121
|
description: 'TLB Invalidate by VA, All ASID, Last Level, EL1, Inner Shareable'
|
|
121
|
-
|
|
122
|
-
|
|
122
|
+
S1_0_c8_c5_1:
|
|
123
|
+
name: 'TLBI RVAE1OS'
|
|
123
124
|
description: 'TLB Range Invalidate by VA, EL1, Outer Shareable'
|
|
124
|
-
|
|
125
|
-
|
|
125
|
+
S1_0_c8_c5_3:
|
|
126
|
+
name: 'TLBI RVAAE1OS'
|
|
126
127
|
description: 'TLB Range Invalidate by VA, All ASID, EL1, Outer Shareable'
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
S1_0_c8_c5_5:
|
|
129
|
+
name: 'TLBI RVALE1OS'
|
|
129
130
|
description: 'TLB Range Invalidate by VA, Last level, EL1, Outer Shareable'
|
|
130
|
-
|
|
131
|
-
|
|
131
|
+
S1_0_c8_c5_7:
|
|
132
|
+
name: 'TLBI RVAALE1OS'
|
|
132
133
|
description: 'TLB Range Invalidate by VA, All ASID, Last Level, EL1, Outer Shareable'
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
S1_0_c8_c6_1:
|
|
135
|
+
name: 'TLBI RVAE1'
|
|
135
136
|
description: 'TLB Range Invalidate by VA, EL1'
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
S1_0_c8_c6_3:
|
|
138
|
+
name: 'TLBI RVAAE1'
|
|
138
139
|
description: 'TLB Range Invalidate by VA, All ASID, EL1'
|
|
139
|
-
|
|
140
|
-
|
|
140
|
+
S1_0_c8_c6_5:
|
|
141
|
+
name: 'TLBI RVALE1'
|
|
141
142
|
description: 'TLB Range Invalidate by VA, Last level, EL1'
|
|
142
|
-
|
|
143
|
-
|
|
143
|
+
S1_0_c8_c6_7:
|
|
144
|
+
name: 'TLBI RVAALE1'
|
|
144
145
|
description: 'TLB Range Invalidate by VA, All ASID, Last level, EL1'
|
|
145
|
-
|
|
146
|
-
|
|
146
|
+
S1_0_c8_c7_0:
|
|
147
|
+
name: 'TLBI VMALLE1'
|
|
147
148
|
description: 'TLB Invalidate by VMID, All at stage 1, EL1'
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
S1_0_c8_c7_1:
|
|
150
|
+
name: 'TLBI VAE1'
|
|
150
151
|
description: 'TLB Invalidate by VA, EL1'
|
|
151
|
-
|
|
152
|
-
|
|
152
|
+
S1_0_c8_c7_2:
|
|
153
|
+
name: 'TLBI ASIDE1'
|
|
153
154
|
description: 'TLB Invalidate by ASID, EL1'
|
|
154
|
-
|
|
155
|
-
|
|
155
|
+
S1_0_c8_c7_3:
|
|
156
|
+
name: 'TLBI VAAE1'
|
|
156
157
|
description: 'TLB Invalidate by VA, All ASID, EL1'
|
|
157
|
-
|
|
158
|
-
|
|
158
|
+
S1_0_c8_c7_5:
|
|
159
|
+
name: 'TLBI VALE1'
|
|
159
160
|
description: 'TLB Invalidate by VA, Last level, EL1'
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
S1_0_c8_c7_7:
|
|
162
|
+
name: 'TLBI VAALE1'
|
|
162
163
|
description: 'TLB Invalidate by VA, All ASID, Last level, EL1'
|
|
163
|
-
|
|
164
|
-
|
|
164
|
+
S1_3_c7_c3_4:
|
|
165
|
+
name: 'CFP RCTX'
|
|
165
166
|
description: 'Control Flow Prediction Restriction by Context'
|
|
166
|
-
|
|
167
|
-
|
|
167
|
+
S1_3_c7_c3_5:
|
|
168
|
+
name: 'DVP RCTX'
|
|
168
169
|
description: 'Data Value Prediction Restriction by Context'
|
|
169
|
-
|
|
170
|
-
|
|
170
|
+
S1_3_c7_c3_7:
|
|
171
|
+
name: 'CPP RCTX'
|
|
171
172
|
description: 'Cache Prefetch Prediction Restriction by Context'
|
|
172
|
-
|
|
173
|
-
|
|
173
|
+
S1_3_c7_c4_1:
|
|
174
|
+
name: 'DC ZVA'
|
|
174
175
|
description: 'Data Cache Zero by VA'
|
|
175
|
-
|
|
176
|
-
|
|
176
|
+
S1_3_c7_c4_3:
|
|
177
|
+
name: 'DC GVA'
|
|
177
178
|
description: 'Data Cache set Allocation Tag by VA'
|
|
178
|
-
|
|
179
|
-
|
|
179
|
+
S1_3_c7_c4_4:
|
|
180
|
+
name: 'DC GZVA'
|
|
180
181
|
description: 'Data Cache set Allocation Tags and Zero by VA'
|
|
181
|
-
|
|
182
|
-
|
|
182
|
+
S1_3_c7_c5_1:
|
|
183
|
+
name: 'IC IVAU'
|
|
183
184
|
description: 'Instruction Cache line Invalidate by VA to PoU'
|
|
184
|
-
|
|
185
|
-
|
|
185
|
+
S1_3_c7_c10_1:
|
|
186
|
+
name: 'DC CVAC'
|
|
186
187
|
description: 'Data or unified Cache line Clean by VA to PoC'
|
|
187
|
-
|
|
188
|
-
|
|
188
|
+
S1_3_c7_c10_3:
|
|
189
|
+
name: 'DC CGVAC'
|
|
189
190
|
description: 'Data, Allocation Tag or unified Cache line Clean of Allocation Tags by VA to PoC'
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
S1_3_c7_c10_5:
|
|
192
|
+
name: 'DC CGDVAC'
|
|
192
193
|
description: 'Data, Allocation Tag or unified Cache line Clean of Allocation Tags by VA to PoC'
|
|
193
|
-
|
|
194
|
-
|
|
194
|
+
S1_3_c7_c11_1:
|
|
195
|
+
name: 'DC CVAU'
|
|
195
196
|
description: 'Data or unified Cache line Clean by VA to PoU'
|
|
196
|
-
|
|
197
|
-
|
|
197
|
+
S1_3_c7_c12_1:
|
|
198
|
+
name: 'DC CVAP'
|
|
198
199
|
description: 'Data or unified Cache line Clean by VA to PoP'
|
|
199
|
-
|
|
200
|
-
|
|
200
|
+
S1_3_c7_c12_3:
|
|
201
|
+
name: 'DC CGVAP'
|
|
201
202
|
description: 'Data, Allocation Tag or unified Cache line Clean of Allocation Tags by VA to PoP'
|
|
202
|
-
|
|
203
|
-
|
|
203
|
+
S1_3_c7_c12_5:
|
|
204
|
+
name: 'DC CGDVAP'
|
|
204
205
|
description: 'Data, Allocation Tag or unified Cache line Clean of Data and Allocation Tags by VA to PoP'
|
|
205
|
-
|
|
206
|
-
|
|
206
|
+
S1_3_c7_c13_1:
|
|
207
|
+
name: 'DC CVADP'
|
|
207
208
|
description: 'Data or unified Cache line Clean by VA to PoDP'
|
|
208
|
-
|
|
209
|
-
|
|
209
|
+
S1_3_c7_c13_3:
|
|
210
|
+
name: 'DC CGVADP'
|
|
210
211
|
description: 'Clean of Allocation Tags by VA to PoDP'
|
|
211
|
-
|
|
212
|
-
|
|
212
|
+
S1_3_c7_c13_5:
|
|
213
|
+
name: 'DC CGDVADP'
|
|
213
214
|
description: 'Data, Allocation Tag or unified Cache line Clean of Allocation Tags by VA to PoDP'
|
|
214
|
-
|
|
215
|
-
|
|
215
|
+
S1_3_c7_c14_1:
|
|
216
|
+
name: 'DC CIVAC'
|
|
216
217
|
description: 'Data or unified Cache line Clean and Invalidate by VA to PoC'
|
|
217
|
-
|
|
218
|
-
|
|
218
|
+
S1_3_c7_c14_3:
|
|
219
|
+
name: 'DC CIGVAC'
|
|
219
220
|
description: 'Data, Allocation Tag or unified Cache line Clean and Invalidate of Allocation Tags by VA to PoC'
|
|
220
|
-
|
|
221
|
-
|
|
221
|
+
S1_3_c7_c14_5:
|
|
222
|
+
name: 'DC CIGDVAC'
|
|
222
223
|
description: 'Data, Allocation Tag or unified Cache line Clean and Invalidate of Data and Allocation Tags by VA to PoC'
|
|
223
|
-
|
|
224
|
-
|
|
224
|
+
S1_4_c7_c8_0:
|
|
225
|
+
name: 'AT S1E2R'
|
|
225
226
|
description: 'Address Translate Stage 1 EL2 Read'
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
S1_4_c7_c8_1:
|
|
228
|
+
name: 'AT S1E2W'
|
|
228
229
|
description: 'Address Translate Stage 1 EL2 Write'
|
|
229
|
-
|
|
230
|
-
|
|
230
|
+
S1_4_c7_c8_4:
|
|
231
|
+
name: 'AT S12E1R'
|
|
231
232
|
description: 'Address Translate Stages 1 and 2 EL1 Read'
|
|
232
|
-
|
|
233
|
-
|
|
233
|
+
S1_4_c7_c8_5:
|
|
234
|
+
name: 'AT S12E1W'
|
|
234
235
|
description: 'Address Translate Stages 1 and 2 EL1 Write'
|
|
235
|
-
|
|
236
|
-
|
|
236
|
+
S1_4_c7_c8_6:
|
|
237
|
+
name: 'AT S12E0R'
|
|
237
238
|
description: 'Address Translate Stages 1 and 2 EL0 Read'
|
|
238
|
-
|
|
239
|
-
|
|
239
|
+
S1_4_c7_c8_7:
|
|
240
|
+
name: 'AT S12E0W'
|
|
240
241
|
description: 'Address Translate Stages 1 and 2 EL0 Write'
|
|
241
|
-
|
|
242
|
-
|
|
242
|
+
S1_4_c8_c0_1:
|
|
243
|
+
name: 'TLBI IPAS2E1IS'
|
|
243
244
|
description: 'TLB Invalidate by Intermediate Physical Address, Stage 2, EL1, Inner Shareable'
|
|
244
|
-
|
|
245
|
-
|
|
245
|
+
S1_4_c8_c0_2:
|
|
246
|
+
name: 'TLBI RIPAS2E1IS'
|
|
246
247
|
description: 'TLB Range Invalidate by Intermediate Physical Address, Stage 2, EL1, Inner Shareable'
|
|
247
|
-
|
|
248
|
-
|
|
248
|
+
S1_4_c8_c0_5:
|
|
249
|
+
name: 'TLBI IPAS2LE1IS'
|
|
249
250
|
description: 'TLB Invalidate by Intermediate Physical Address, Stage 2, Last level, EL1, Inner Shareable'
|
|
250
|
-
|
|
251
|
-
|
|
251
|
+
S1_4_c8_c0_6:
|
|
252
|
+
name: 'TLBI RIPAS2LE1IS'
|
|
252
253
|
description: 'TLB Range Invalidate by Intermediate Physical Address, Stage 2, Last level, EL1, Inner Shareable'
|
|
253
|
-
|
|
254
|
-
|
|
254
|
+
S1_4_c8_c1_0:
|
|
255
|
+
name: 'TLBI ALLE2OS'
|
|
255
256
|
description: 'TLB Invalidate All, EL2, Outer Shareable'
|
|
256
|
-
|
|
257
|
-
|
|
257
|
+
S1_4_c8_c1_1:
|
|
258
|
+
name: 'TLBI VAE2OS'
|
|
258
259
|
description: 'TLB Invalidate by VA, EL2, Outer Shareable'
|
|
259
|
-
|
|
260
|
-
|
|
260
|
+
S1_4_c8_c1_4:
|
|
261
|
+
name: 'TLBI ALLE1OS'
|
|
261
262
|
description: 'TLB Invalidate All, EL1, Outer Shareable'
|
|
262
|
-
|
|
263
|
-
|
|
263
|
+
S1_4_c8_c1_5:
|
|
264
|
+
name: 'TLBI VALE2OS'
|
|
264
265
|
description: 'TLB Invalidate by VA, Last level, EL2, Outer Shareable'
|
|
265
|
-
|
|
266
|
-
|
|
266
|
+
S1_4_c8_c1_6:
|
|
267
|
+
name: 'TLBI VMALLS12E1OS'
|
|
267
268
|
description: 'TLB Invalidate by VMID, All at Stage 1 and 2, EL1, Outer Shareable'
|
|
268
|
-
|
|
269
|
-
|
|
269
|
+
S1_4_c8_c2_1:
|
|
270
|
+
name: 'TLBI RVAE2IS'
|
|
270
271
|
description: 'TLB Range Invalidate by VA, EL2, Inner Shareable'
|
|
271
|
-
|
|
272
|
-
|
|
272
|
+
S1_4_c8_c2_5:
|
|
273
|
+
name: 'TLBI RVALE2IS'
|
|
273
274
|
description: 'TLB Range Invalidate by VA, Last level, EL2, Inner Shareable'
|
|
274
|
-
|
|
275
|
-
|
|
275
|
+
S1_4_c8_c3_0:
|
|
276
|
+
name: 'TLBI ALLE2IS'
|
|
276
277
|
description: 'TLB Invalidate All, EL2, Inner Shareable'
|
|
277
|
-
|
|
278
|
-
|
|
278
|
+
S1_4_c8_c3_1:
|
|
279
|
+
name: 'TLBI VAE2IS'
|
|
279
280
|
description: 'TLB Invalidate by VA, EL2, Inner Shareable'
|
|
280
|
-
|
|
281
|
-
|
|
281
|
+
S1_4_c8_c3_4:
|
|
282
|
+
name: 'TLBI ALLE1IS'
|
|
282
283
|
description: 'TLB Invalidate All, EL1, Inner Shareable'
|
|
283
|
-
|
|
284
|
-
|
|
284
|
+
S1_4_c8_c3_5:
|
|
285
|
+
name: 'TLBI VALE2IS'
|
|
285
286
|
description: 'TLB Invalidate by VA, Last level, EL2, Inner Shareable'
|
|
286
|
-
|
|
287
|
-
|
|
287
|
+
S1_4_c8_c3_6:
|
|
288
|
+
name: 'TLBI VMALLS12E1IS'
|
|
288
289
|
description: 'TLB Invalidate by VMID, All at Stage 1 and 2, EL1, Inner Shareable'
|
|
289
|
-
|
|
290
|
-
|
|
290
|
+
S1_4_c8_c4_0:
|
|
291
|
+
name: 'TLBI IPAS2E1OS'
|
|
291
292
|
description: 'TLB Invalidate by Intermediate Physical Address, Stage 2, EL1, Outer Shareable'
|
|
292
|
-
|
|
293
|
-
|
|
293
|
+
S1_4_c8_c4_1:
|
|
294
|
+
name: 'TLBI IPAS2E1'
|
|
294
295
|
description: 'TLB Invalidate by Intermediate Physical Address, Stage 2, EL1'
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
S1_4_c8_c4_2:
|
|
297
|
+
name: 'TLBI RIPAS2E1'
|
|
297
298
|
description: 'TLB Range Invalidate by Intermediate Physical Address, Stage 2, EL1'
|
|
298
|
-
|
|
299
|
-
|
|
299
|
+
S1_4_c8_c4_3:
|
|
300
|
+
name: 'TLBI RIPAS2E1OS'
|
|
300
301
|
description: 'TLB Range Invalidate by Intermediate Physical Address, Stage 2, EL1, Outer Shareable'
|
|
301
|
-
|
|
302
|
-
|
|
302
|
+
S1_4_c8_c4_4:
|
|
303
|
+
name: 'TLBI IPAS2LE1OS'
|
|
303
304
|
description: 'TLB Invalidate by Intermediate Physical Address, Stage 2, Last level, EL1, Outer Shareable'
|
|
304
|
-
|
|
305
|
-
|
|
305
|
+
S1_4_c8_c4_5:
|
|
306
|
+
name: 'TLBI IPAS2LE1'
|
|
306
307
|
description: 'TLB Invalidate by Intermediate Physical Address, Stage 2, Last level, EL1'
|
|
307
|
-
|
|
308
|
-
|
|
308
|
+
S1_4_c8_c4_6:
|
|
309
|
+
name: 'TLBI RIPAS2LE1'
|
|
309
310
|
description: 'TLB Range Invalidate by Intermediate Physical Address, Stage 2, Last level, EL1'
|
|
310
|
-
|
|
311
|
-
|
|
311
|
+
S1_4_c8_c4_7:
|
|
312
|
+
name: 'TLBI RIPAS2LE1OS'
|
|
312
313
|
description: 'TLB Range Invalidate by Intermediate Physical Address, Stage 2, Last level, EL1, Outer Shareable'
|
|
313
|
-
|
|
314
|
-
|
|
314
|
+
S1_4_c8_c5_1:
|
|
315
|
+
name: 'TLBI RVAE2OS'
|
|
315
316
|
description: 'TLB Range Invalidate by VA, EL2, Outer Shareable'
|
|
316
|
-
|
|
317
|
-
|
|
317
|
+
S1_4_c8_c5_5:
|
|
318
|
+
name: 'TLBI RVALE2OS'
|
|
318
319
|
description: 'TLB Range Invalidate by VA, Last level, EL2, Outer Shareable'
|
|
319
|
-
|
|
320
|
-
|
|
320
|
+
S1_4_c8_c6_1:
|
|
321
|
+
name: 'TLBI RVAE2'
|
|
321
322
|
description: 'TLB Range Invalidate by VA, EL2'
|
|
322
|
-
|
|
323
|
-
|
|
323
|
+
S1_4_c8_c6_5:
|
|
324
|
+
name: 'TLBI RVALE2'
|
|
324
325
|
description: 'TLB Range Invalidate by VA, Last level, EL2'
|
|
325
|
-
|
|
326
|
-
|
|
326
|
+
S1_4_c8_c7_0:
|
|
327
|
+
name: 'TLBI ALLE2'
|
|
327
328
|
description: 'TLB Invalidate All, EL2'
|
|
328
|
-
|
|
329
|
-
|
|
329
|
+
S1_4_c8_c7_1:
|
|
330
|
+
name: 'TLBI VAE2'
|
|
330
331
|
description: 'TLB Invalidate by VA, EL2'
|
|
331
|
-
|
|
332
|
-
|
|
332
|
+
S1_4_c8_c7_4:
|
|
333
|
+
name: 'TLBI ALLE1'
|
|
333
334
|
description: 'TLB Invalidate All, EL1'
|
|
334
|
-
|
|
335
|
-
|
|
335
|
+
S1_4_c8_c7_5:
|
|
336
|
+
name: 'TLBI VALE2'
|
|
336
337
|
description: 'TLB Invalidate by VA, Last level, EL2'
|
|
337
|
-
|
|
338
|
-
|
|
338
|
+
S1_4_c8_c7_6:
|
|
339
|
+
name: 'TLBI VMALLS12E1'
|
|
339
340
|
description: 'TLB Invalidate by VMID, All at Stage 1 and 2, EL1'
|
|
340
|
-
|
|
341
|
-
|
|
341
|
+
S1_6_c7_c8_0:
|
|
342
|
+
name: 'AT S1E3R'
|
|
342
343
|
description: 'Address Translate Stage 1 EL3 Read'
|
|
343
|
-
|
|
344
|
-
|
|
344
|
+
S1_6_c7_c8_1:
|
|
345
|
+
name: 'AT S1E3W'
|
|
345
346
|
description: 'Address Translate Stage 1 EL3 Write'
|
|
346
|
-
|
|
347
|
-
|
|
347
|
+
S1_6_c8_c1_0:
|
|
348
|
+
name: 'TLBI ALLE3OS'
|
|
348
349
|
description: 'TLB Invalidate All, EL3, Outer Shareable'
|
|
349
|
-
|
|
350
|
-
|
|
350
|
+
S1_6_c8_c1_1:
|
|
351
|
+
name: 'TLBI VAE3OS'
|
|
351
352
|
description: 'TLB Invalidate by VA, EL3, Outer Shareable'
|
|
352
|
-
|
|
353
|
-
|
|
353
|
+
S1_6_c8_c1_5:
|
|
354
|
+
name: 'TLBI VALE3OS'
|
|
354
355
|
description: 'TLB Invalidate by VA, Last level, EL3, Outer Shareable'
|
|
355
|
-
|
|
356
|
-
|
|
356
|
+
S1_6_c8_c2_1:
|
|
357
|
+
name: 'TLBI RVAE3IS'
|
|
357
358
|
description: 'TLB Range Invalidate by VA, EL3, Inner Shareable'
|
|
358
|
-
|
|
359
|
-
|
|
359
|
+
S1_6_c8_c2_5:
|
|
360
|
+
name: 'TLBI RVALE3IS'
|
|
360
361
|
description: 'TLB Range Invalidate by VA, Last level, EL3, Inner Shareable'
|
|
361
|
-
|
|
362
|
-
|
|
362
|
+
S1_6_c8_c3_0:
|
|
363
|
+
name: 'TLBI ALLE3IS'
|
|
363
364
|
description: 'TLB Invalidate All, EL3, Inner Shareable'
|
|
364
|
-
|
|
365
|
-
|
|
365
|
+
S1_6_c8_c3_1:
|
|
366
|
+
name: 'TLBI VAE3IS'
|
|
366
367
|
description: 'TLB Invalidate by VA, EL3, Inner Shareable'
|
|
367
|
-
|
|
368
|
-
|
|
368
|
+
S1_6_c8_c3_5:
|
|
369
|
+
name: 'TLBI VALE3IS'
|
|
369
370
|
description: 'TLB Invalidate by VA, Last level, EL3, Inner Shareable'
|
|
370
|
-
|
|
371
|
-
|
|
371
|
+
S1_6_c8_c5_1:
|
|
372
|
+
name: 'TLBI RVAE3OS'
|
|
372
373
|
description: 'TLB Range Invalidate by VA, EL3, Outer Shareable'
|
|
373
|
-
|
|
374
|
-
|
|
374
|
+
S1_6_c8_c5_5:
|
|
375
|
+
name: 'TLBI RVALE3OS'
|
|
375
376
|
description: 'TLB Range Invalidate by VA, Last level, EL3, Outer Shareable'
|
|
376
|
-
|
|
377
|
-
|
|
377
|
+
S1_6_c8_c6_1:
|
|
378
|
+
name: 'TLBI RVAE3'
|
|
378
379
|
description: 'TLB Range Invalidate by VA, EL3'
|
|
379
|
-
|
|
380
|
-
|
|
380
|
+
S1_6_c8_c6_5:
|
|
381
|
+
name: 'TLBI RVALE3'
|
|
381
382
|
description: 'TLB Range Invalidate by VA, Last level, EL3'
|
|
382
|
-
|
|
383
|
-
|
|
383
|
+
S1_6_c8_c7_0:
|
|
384
|
+
name: 'TLBI ALLE3'
|
|
384
385
|
description: 'TLB Invalidate All, EL3'
|
|
385
|
-
|
|
386
|
-
|
|
386
|
+
S1_6_c8_c7_1:
|
|
387
|
+
name: 'TLBI VAE3'
|
|
387
388
|
description: 'TLB Invalidate by VA, EL3'
|
|
388
|
-
|
|
389
|
-
|
|
389
|
+
S1_6_c8_c7_5:
|
|
390
|
+
name: 'TLBI VALE3'
|
|
390
391
|
description: 'TLB Invalidate by VA, Last level, EL3'
|
|
391
|
-
|
|
392
|
-
|
|
392
|
+
S2_0_c0_c0_2:
|
|
393
|
+
name: 'OSDTRRX_EL1'
|
|
393
394
|
description: 'OS Lock Data Transfer Register, Receive'
|
|
394
|
-
|
|
395
|
-
|
|
395
|
+
S2_0_c0_c0_4:
|
|
396
|
+
name: 'DBGBVR0_EL1'
|
|
396
397
|
description: 'Debug Breakpoint Value Register 0'
|
|
397
|
-
|
|
398
|
-
|
|
398
|
+
S2_0_c0_c0_5:
|
|
399
|
+
name: 'DBGBCR0_EL1'
|
|
399
400
|
description: 'Debug Breakpoint Control Register 0'
|
|
400
|
-
|
|
401
|
-
|
|
401
|
+
S2_0_c0_c0_6:
|
|
402
|
+
name: 'DBGWVR0_EL1'
|
|
402
403
|
description: 'Debug Watchpoint Value Register 0'
|
|
403
|
-
|
|
404
|
-
|
|
404
|
+
S2_0_c0_c0_7:
|
|
405
|
+
name: 'DBGWCR0_EL1'
|
|
405
406
|
description: 'Debug Watchpoint Control Register 0'
|
|
406
|
-
|
|
407
|
-
|
|
407
|
+
S2_0_c0_c1_4:
|
|
408
|
+
name: 'DBGBVR1_EL1'
|
|
408
409
|
description: 'Debug Breakpoint Value Register 1'
|
|
409
|
-
|
|
410
|
-
|
|
410
|
+
S2_0_c0_c1_5:
|
|
411
|
+
name: 'DBGBCR1_EL1'
|
|
411
412
|
description: 'Debug Breakpoint Control Register 1'
|
|
412
|
-
|
|
413
|
-
|
|
413
|
+
S2_0_c0_c1_6:
|
|
414
|
+
name: 'DBGWVR1_EL1'
|
|
414
415
|
description: 'Debug Watchpoint Value Register 1'
|
|
415
|
-
|
|
416
|
-
|
|
416
|
+
S2_0_c0_c1_7:
|
|
417
|
+
name: 'DBGWCR1_EL1'
|
|
417
418
|
description: 'Debug Watchpoint Control Register 1'
|
|
418
|
-
|
|
419
|
-
|
|
419
|
+
S2_0_c0_c2_0:
|
|
420
|
+
name: 'MDCCINT_EL1'
|
|
420
421
|
description: 'Monitor DCC Interrupt Enable Register'
|
|
421
|
-
|
|
422
|
-
|
|
422
|
+
S2_0_c0_c2_2:
|
|
423
|
+
name: 'MDSCR_EL1'
|
|
423
424
|
description: 'Monitor Debug System Control Register'
|
|
424
|
-
|
|
425
|
-
|
|
425
|
+
S2_0_c0_c2_4:
|
|
426
|
+
name: 'DBGBVR2_EL1'
|
|
426
427
|
description: 'Debug Breakpoint Value Register 2'
|
|
427
|
-
|
|
428
|
-
|
|
428
|
+
S2_0_c0_c2_5:
|
|
429
|
+
name: 'DBGBCR2_EL1'
|
|
429
430
|
description: 'Debug Breakpoint Control Register 2'
|
|
430
|
-
|
|
431
|
-
|
|
431
|
+
S2_0_c0_c2_6:
|
|
432
|
+
name: 'DBGWVR2_EL1'
|
|
432
433
|
description: 'Debug Watchpoint Value Register 2'
|
|
433
|
-
|
|
434
|
-
|
|
434
|
+
S2_0_c0_c2_7:
|
|
435
|
+
name: 'DBGWCR2_EL1'
|
|
435
436
|
description: 'Debug Watchpoint Control Register 2'
|
|
436
|
-
|
|
437
|
-
|
|
437
|
+
S2_0_c0_c3_2:
|
|
438
|
+
name: 'OSDTRTX_EL1'
|
|
438
439
|
description: 'OS Lock Data Transfer Register, Transmit'
|
|
439
|
-
|
|
440
|
-
|
|
440
|
+
S2_0_c0_c3_4:
|
|
441
|
+
name: 'DBGBVR3_EL1'
|
|
441
442
|
description: 'Debug Breakpoint Value Register 3'
|
|
442
|
-
|
|
443
|
-
|
|
443
|
+
S2_0_c0_c3_5:
|
|
444
|
+
name: 'DBGBCR3_EL1'
|
|
444
445
|
description: 'Debug Breakpoint Control Register 3'
|
|
445
|
-
|
|
446
|
-
|
|
446
|
+
S2_0_c0_c3_6:
|
|
447
|
+
name: 'DBGWVR3_EL1'
|
|
447
448
|
description: 'Debug Watchpoint Value Register 3'
|
|
448
|
-
|
|
449
|
-
|
|
449
|
+
S2_0_c0_c3_7:
|
|
450
|
+
name: 'DBGWCR3_EL1'
|
|
450
451
|
description: 'Debug Watchpoint Control Register 3'
|
|
451
|
-
|
|
452
|
-
|
|
452
|
+
S2_0_c0_c4_4:
|
|
453
|
+
name: 'DBGBVR4_EL1'
|
|
453
454
|
description: 'Debug Breakpoint Value Register 4'
|
|
454
|
-
|
|
455
|
-
|
|
455
|
+
S2_0_c0_c4_5:
|
|
456
|
+
name: 'DBGBCR4_EL1'
|
|
456
457
|
description: 'Debug Breakpoint Control Register 4'
|
|
457
|
-
|
|
458
|
-
|
|
458
|
+
S2_0_c0_c4_6:
|
|
459
|
+
name: 'DBGWVR4_EL1'
|
|
459
460
|
description: 'Debug Watchpoint Value Register 4'
|
|
460
|
-
|
|
461
|
-
|
|
461
|
+
S2_0_c0_c4_7:
|
|
462
|
+
name: 'DBGWCR4_EL1'
|
|
462
463
|
description: 'Debug Watchpoint Control Register 4'
|
|
463
|
-
|
|
464
|
-
|
|
464
|
+
S2_0_c0_c5_4:
|
|
465
|
+
name: 'DBGBVR5_EL1'
|
|
465
466
|
description: 'Debug Breakpoint Value Register 5'
|
|
466
|
-
|
|
467
|
-
|
|
467
|
+
S2_0_c0_c5_5:
|
|
468
|
+
name: 'DBGBCR5_EL1'
|
|
468
469
|
description: 'Debug Breakpoint Control Register 5'
|
|
469
|
-
|
|
470
|
-
|
|
470
|
+
S2_0_c0_c5_6:
|
|
471
|
+
name: 'DBGWVR5_EL1'
|
|
471
472
|
description: 'Debug Watchpoint Value Register 5'
|
|
472
|
-
|
|
473
|
-
|
|
473
|
+
S2_0_c0_c5_7:
|
|
474
|
+
name: 'DBGWCR5_EL1'
|
|
474
475
|
description: 'Debug Watchpoint Control Register 5'
|
|
475
|
-
|
|
476
|
-
|
|
476
|
+
S2_0_c0_c6_2:
|
|
477
|
+
name: 'OSECCR_EL1'
|
|
477
478
|
description: 'OS Lock Exception Catch Control Register'
|
|
478
|
-
|
|
479
|
-
|
|
479
|
+
S2_0_c0_c6_4:
|
|
480
|
+
name: 'DBGBVR6_EL1'
|
|
480
481
|
description: 'Debug Breakpoint Value Register 6'
|
|
481
|
-
|
|
482
|
-
|
|
482
|
+
S2_0_c0_c6_5:
|
|
483
|
+
name: 'DBGBCR6_EL1'
|
|
483
484
|
description: 'Debug Breakpoint Control Register 6'
|
|
484
|
-
|
|
485
|
-
|
|
485
|
+
S2_0_c0_c6_6:
|
|
486
|
+
name: 'DBGWVR6_EL1'
|
|
486
487
|
description: 'Debug Watchpoint Value Register 6'
|
|
487
|
-
|
|
488
|
-
|
|
488
|
+
S2_0_c0_c6_7:
|
|
489
|
+
name: 'DBGWCR6_EL1'
|
|
489
490
|
description: 'Debug Watchpoint Control Register 6'
|
|
490
|
-
|
|
491
|
-
|
|
491
|
+
S2_0_c0_c7_4:
|
|
492
|
+
name: 'DBGBVR7_EL1'
|
|
492
493
|
description: 'Debug Breakpoint Value Register 7'
|
|
493
|
-
|
|
494
|
-
|
|
494
|
+
S2_0_c0_c7_5:
|
|
495
|
+
name: 'DBGBCR7_EL1'
|
|
495
496
|
description: 'Debug Breakpoint Control Register 7'
|
|
496
|
-
|
|
497
|
-
|
|
497
|
+
S2_0_c0_c7_6:
|
|
498
|
+
name: 'DBGWVR7_EL1'
|
|
498
499
|
description: 'Debug Watchpoint Value Register 7'
|
|
499
|
-
|
|
500
|
-
|
|
500
|
+
S2_0_c0_c7_7:
|
|
501
|
+
name: 'DBGWCR7_EL1'
|
|
501
502
|
description: 'Debug Watchpoint Control Register 7'
|
|
502
|
-
|
|
503
|
-
|
|
503
|
+
S2_0_c0_c8_4:
|
|
504
|
+
name: 'DBGBVR8_EL1'
|
|
504
505
|
description: 'Debug Breakpoint Value Register 8'
|
|
505
|
-
|
|
506
|
-
|
|
506
|
+
S2_0_c0_c8_5:
|
|
507
|
+
name: 'DBGBCR8_EL1'
|
|
507
508
|
description: 'Debug Breakpoint Control Register 8'
|
|
508
|
-
|
|
509
|
-
|
|
509
|
+
S2_0_c0_c8_6:
|
|
510
|
+
name: 'DBGWVR8_EL1'
|
|
510
511
|
description: 'Debug Watchpoint Value Register 8'
|
|
511
|
-
|
|
512
|
-
|
|
512
|
+
S2_0_c0_c8_7:
|
|
513
|
+
name: 'DBGWCR8_EL1'
|
|
513
514
|
description: 'Debug Watchpoint Control Register 8'
|
|
514
|
-
|
|
515
|
-
|
|
515
|
+
S2_0_c0_c9_4:
|
|
516
|
+
name: 'DBGBVR9_EL1'
|
|
516
517
|
description: 'Debug Breakpoint Value Register 9'
|
|
517
|
-
|
|
518
|
-
|
|
518
|
+
S2_0_c0_c9_5:
|
|
519
|
+
name: 'DBGBCR9_EL1'
|
|
519
520
|
description: 'Debug Breakpoint Control Register 9'
|
|
520
|
-
|
|
521
|
-
|
|
521
|
+
S2_0_c0_c9_6:
|
|
522
|
+
name: 'DBGWVR9_EL1'
|
|
522
523
|
description: 'Debug Watchpoint Value Register 9'
|
|
523
|
-
|
|
524
|
-
|
|
524
|
+
S2_0_c0_c9_7:
|
|
525
|
+
name: 'DBGWCR9_EL1'
|
|
525
526
|
description: 'Debug Watchpoint Control Register 9'
|
|
526
|
-
|
|
527
|
-
|
|
527
|
+
S2_0_c0_c10_4:
|
|
528
|
+
name: 'DBGBVR10_EL1'
|
|
528
529
|
description: 'Debug Breakpoint Value Register 10'
|
|
529
|
-
|
|
530
|
-
|
|
530
|
+
S2_0_c0_c10_5:
|
|
531
|
+
name: 'DBGBCR10_EL1'
|
|
531
532
|
description: 'Debug Breakpoint Control Register 10'
|
|
532
|
-
|
|
533
|
-
|
|
533
|
+
S2_0_c0_c10_6:
|
|
534
|
+
name: 'DBGWVR10_EL1'
|
|
534
535
|
description: 'Debug Watchpoint Value Register 10'
|
|
535
|
-
|
|
536
|
-
|
|
536
|
+
S2_0_c0_c10_7:
|
|
537
|
+
name: 'DBGWCR10_EL1'
|
|
537
538
|
description: 'Debug Watchpoint Control Register 10'
|
|
538
|
-
|
|
539
|
-
|
|
539
|
+
S2_0_c0_c11_4:
|
|
540
|
+
name: 'DBGBVR11_EL1'
|
|
540
541
|
description: 'Debug Breakpoint Value Register 11'
|
|
541
|
-
|
|
542
|
-
|
|
542
|
+
S2_0_c0_c11_5:
|
|
543
|
+
name: 'DBGBCR11_EL1'
|
|
543
544
|
description: 'Debug Breakpoint Control Register 11'
|
|
544
|
-
|
|
545
|
-
|
|
545
|
+
S2_0_c0_c11_6:
|
|
546
|
+
name: 'DBGWVR11_EL1'
|
|
546
547
|
description: 'Debug Watchpoint Value Register 11'
|
|
547
|
-
|
|
548
|
-
|
|
548
|
+
S2_0_c0_c11_7:
|
|
549
|
+
name: 'DBGWCR11_EL1'
|
|
549
550
|
description: 'Debug Watchpoint Control Register 11'
|
|
550
|
-
|
|
551
|
-
|
|
551
|
+
S2_0_c0_c12_4:
|
|
552
|
+
name: 'DBGBVR12_EL1'
|
|
552
553
|
description: 'Debug Breakpoint Value Register 12'
|
|
553
|
-
|
|
554
|
-
|
|
554
|
+
S2_0_c0_c12_5:
|
|
555
|
+
name: 'DBGBCR12_EL1'
|
|
555
556
|
description: 'Debug Breakpoint Control Register 12'
|
|
556
|
-
|
|
557
|
-
|
|
557
|
+
S2_0_c0_c12_6:
|
|
558
|
+
name: 'DBGWVR12_EL1'
|
|
558
559
|
description: 'Debug Watchpoint Value Register 12'
|
|
559
|
-
|
|
560
|
-
|
|
560
|
+
S2_0_c0_c12_7:
|
|
561
|
+
name: 'DBGWCR12_EL1'
|
|
561
562
|
description: 'Debug Watchpoint Control Register 12'
|
|
562
|
-
|
|
563
|
-
|
|
563
|
+
S2_0_c0_c13_4:
|
|
564
|
+
name: 'DBGBVR13_EL1'
|
|
564
565
|
description: 'Debug Breakpoint Value Register 13'
|
|
565
|
-
|
|
566
|
-
|
|
566
|
+
S2_0_c0_c13_5:
|
|
567
|
+
name: 'DBGBCR13_EL1'
|
|
567
568
|
description: 'Debug Breakpoint Control Register 13'
|
|
568
|
-
|
|
569
|
-
|
|
569
|
+
S2_0_c0_c13_6:
|
|
570
|
+
name: 'DBGWVR13_EL1'
|
|
570
571
|
description: 'Debug Watchpoint Value Register 13'
|
|
571
|
-
|
|
572
|
-
|
|
572
|
+
S2_0_c0_c13_7:
|
|
573
|
+
name: 'DBGWCR13_EL1'
|
|
573
574
|
description: 'Debug Watchpoint Control Register 13'
|
|
574
|
-
|
|
575
|
-
|
|
575
|
+
S2_0_c0_c14_4:
|
|
576
|
+
name: 'DBGBVR14_EL1'
|
|
576
577
|
description: 'Debug Breakpoint Value Register 14'
|
|
577
|
-
|
|
578
|
-
|
|
578
|
+
S2_0_c0_c14_5:
|
|
579
|
+
name: 'DBGBCR14_EL1'
|
|
579
580
|
description: 'Debug Breakpoint Control Register 14'
|
|
580
|
-
|
|
581
|
-
|
|
581
|
+
S2_0_c0_c14_6:
|
|
582
|
+
name: 'DBGWVR14_EL1'
|
|
582
583
|
description: 'Debug Watchpoint Value Register 14'
|
|
583
|
-
|
|
584
|
-
|
|
584
|
+
S2_0_c0_c14_7:
|
|
585
|
+
name: 'DBGWCR14_EL1'
|
|
585
586
|
description: 'Debug Watchpoint Control Register 14'
|
|
586
|
-
|
|
587
|
-
|
|
587
|
+
S2_0_c0_c15_4:
|
|
588
|
+
name: 'DBGBVR15_EL1'
|
|
588
589
|
description: 'Debug Breakpoint Value Register 15'
|
|
589
|
-
|
|
590
|
-
|
|
590
|
+
S2_0_c0_c15_5:
|
|
591
|
+
name: 'DBGBCR15_EL1'
|
|
591
592
|
description: 'Debug Breakpoint Control Register 15'
|
|
592
|
-
|
|
593
|
-
|
|
593
|
+
S2_0_c0_c15_6:
|
|
594
|
+
name: 'DBGWVR15_EL1'
|
|
594
595
|
description: 'Debug Watchpoint Value Register 15'
|
|
595
|
-
|
|
596
|
-
|
|
596
|
+
S2_0_c0_c15_7:
|
|
597
|
+
name: 'DBGWCR15_EL1'
|
|
597
598
|
description: 'Debug Watchpoint Control Register 15'
|
|
598
|
-
|
|
599
|
-
|
|
599
|
+
S2_0_c1_c0_0:
|
|
600
|
+
name: 'MDRAR_EL1'
|
|
600
601
|
description: 'Monitor Debug ROM Address Register'
|
|
601
|
-
|
|
602
|
-
|
|
602
|
+
S2_0_c1_c0_4:
|
|
603
|
+
name: 'OSLAR_EL1'
|
|
603
604
|
description: 'OS Lock Access Register'
|
|
604
|
-
|
|
605
|
-
|
|
605
|
+
S2_0_c1_c1_4:
|
|
606
|
+
name: 'OSLSR_EL1'
|
|
606
607
|
description: 'OS Lock Status Register'
|
|
607
|
-
|
|
608
|
-
|
|
608
|
+
S2_0_c1_c3_4:
|
|
609
|
+
name: 'OSDLR_EL1'
|
|
609
610
|
description: 'OS Double Lock Register'
|
|
610
|
-
|
|
611
|
-
|
|
611
|
+
S2_0_c1_c4_4:
|
|
612
|
+
name: 'DBGPRCR_EL1'
|
|
612
613
|
description: 'Debug Power Control Register'
|
|
613
|
-
|
|
614
|
-
|
|
614
|
+
S2_0_c7_c8_6:
|
|
615
|
+
name: 'DBGCLAIMSET_EL1'
|
|
615
616
|
description: 'Debug CLAIM Tag Set register'
|
|
616
|
-
|
|
617
|
-
|
|
617
|
+
S2_0_c7_c9_6:
|
|
618
|
+
name: 'DBGCLAIMCLR_EL1'
|
|
618
619
|
description: 'Debug CLAIM Tag Clear register'
|
|
619
|
-
|
|
620
|
-
|
|
620
|
+
S2_0_c7_c14_6:
|
|
621
|
+
name: 'DBGAUTHSTATUS_EL1'
|
|
621
622
|
description: 'Debug Authentication Status register'
|
|
622
|
-
|
|
623
|
-
|
|
623
|
+
S2_3_c0_c1_0:
|
|
624
|
+
name: 'MDCCSR_EL0'
|
|
624
625
|
description: 'Monitor DCC Status Register'
|
|
625
|
-
|
|
626
|
-
|
|
626
|
+
S2_3_c0_c4_0:
|
|
627
|
+
name: 'DBGDTR_EL0'
|
|
627
628
|
description: 'Debug Data Transfer Register, half-duplex'
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
description: 'Debug Data Transfer Register
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
'S2_4_c0_c7_0':
|
|
634
|
-
- name: 'DBGVCR32_EL2'
|
|
629
|
+
S2_3_c0_c5_0:
|
|
630
|
+
name: 'DBGDTRRX_EL0'
|
|
631
|
+
description: 'Debug Data Transfer Register'
|
|
632
|
+
S2_4_c0_c7_0:
|
|
633
|
+
name: 'DBGVCR32_EL2'
|
|
635
634
|
description: 'Debug Vector Catch Register'
|
|
636
|
-
|
|
637
|
-
|
|
635
|
+
S3_0_c0_c0_0:
|
|
636
|
+
name: 'MIDR_EL1'
|
|
638
637
|
description: 'Main ID Register'
|
|
639
|
-
|
|
640
|
-
|
|
638
|
+
S3_0_c0_c0_5:
|
|
639
|
+
name: 'MPIDR_EL1'
|
|
641
640
|
description: 'Multiprocessor Affinity Register'
|
|
642
|
-
|
|
643
|
-
|
|
641
|
+
S3_0_c0_c0_6:
|
|
642
|
+
name: 'REVIDR_EL1'
|
|
644
643
|
description: 'Revision ID Register'
|
|
645
|
-
|
|
646
|
-
|
|
644
|
+
S3_0_c0_c1_0:
|
|
645
|
+
name: 'ID_PFR0_EL1'
|
|
647
646
|
description: 'AArch32 Processor Feature Register 0'
|
|
648
|
-
|
|
649
|
-
|
|
647
|
+
S3_0_c0_c1_1:
|
|
648
|
+
name: 'ID_PFR1_EL1'
|
|
650
649
|
description: 'AArch32 Processor Feature Register 1'
|
|
651
|
-
|
|
652
|
-
|
|
650
|
+
S3_0_c0_c1_2:
|
|
651
|
+
name: 'ID_DFR0_EL1'
|
|
653
652
|
description: 'AArch32 Debug Feature Register 0'
|
|
654
|
-
|
|
655
|
-
|
|
653
|
+
S3_0_c0_c1_3:
|
|
654
|
+
name: 'ID_AFR0_EL1'
|
|
656
655
|
description: 'AArch32 Auxiliary Feature Register 0'
|
|
657
|
-
|
|
658
|
-
|
|
656
|
+
S3_0_c0_c1_4:
|
|
657
|
+
name: 'ID_MMFR0_EL1'
|
|
659
658
|
description: 'AArch32 Memory Model Feature Register 0'
|
|
660
|
-
|
|
661
|
-
|
|
659
|
+
S3_0_c0_c1_5:
|
|
660
|
+
name: 'ID_MMFR1_EL1'
|
|
662
661
|
description: 'AArch32 Memory Model Feature Register 1'
|
|
663
|
-
|
|
664
|
-
|
|
662
|
+
S3_0_c0_c1_6:
|
|
663
|
+
name: 'ID_MMFR2_EL1'
|
|
665
664
|
description: 'AArch32 Memory Model Feature Register 2'
|
|
666
|
-
|
|
667
|
-
|
|
665
|
+
S3_0_c0_c1_7:
|
|
666
|
+
name: 'ID_MMFR3_EL1'
|
|
668
667
|
description: 'AArch32 Memory Model Feature Register 3'
|
|
669
|
-
|
|
670
|
-
|
|
668
|
+
S3_0_c0_c2_0:
|
|
669
|
+
name: 'ID_ISAR0_EL1'
|
|
671
670
|
description: 'AArch32 Instruction Set Attribute Register 0'
|
|
672
|
-
|
|
673
|
-
|
|
671
|
+
S3_0_c0_c2_1:
|
|
672
|
+
name: 'ID_ISAR1_EL1'
|
|
674
673
|
description: 'AArch32 Instruction Set Attribute Register 1'
|
|
675
|
-
|
|
676
|
-
|
|
674
|
+
S3_0_c0_c2_2:
|
|
675
|
+
name: 'ID_ISAR2_EL1'
|
|
677
676
|
description: 'AArch32 Instruction Set Attribute Register 2'
|
|
678
|
-
|
|
679
|
-
|
|
677
|
+
S3_0_c0_c2_3:
|
|
678
|
+
name: 'ID_ISAR3_EL1'
|
|
680
679
|
description: 'AArch32 Instruction Set Attribute Register 3'
|
|
681
|
-
|
|
682
|
-
|
|
680
|
+
S3_0_c0_c2_4:
|
|
681
|
+
name: 'ID_ISAR4_EL1'
|
|
683
682
|
description: 'AArch32 Instruction Set Attribute Register 4'
|
|
684
|
-
|
|
685
|
-
|
|
683
|
+
S3_0_c0_c2_5:
|
|
684
|
+
name: 'ID_ISAR5_EL1'
|
|
686
685
|
description: 'AArch32 Instruction Set Attribute Register 5'
|
|
687
|
-
|
|
688
|
-
|
|
686
|
+
S3_0_c0_c2_6:
|
|
687
|
+
name: 'ID_MMFR4_EL1'
|
|
689
688
|
description: 'AArch32 Memory Model Feature Register 4'
|
|
690
|
-
|
|
691
|
-
|
|
689
|
+
S3_0_c0_c2_7:
|
|
690
|
+
name: 'ID_ISAR6_EL1'
|
|
692
691
|
description: 'AArch32 Instruction Set Attribute Register 6'
|
|
693
|
-
|
|
694
|
-
|
|
692
|
+
S3_0_c0_c3_0:
|
|
693
|
+
name: 'MVFR0_EL1'
|
|
695
694
|
description: 'AArch32 Media and VFP Feature Register 0'
|
|
696
|
-
|
|
697
|
-
|
|
695
|
+
S3_0_c0_c3_1:
|
|
696
|
+
name: 'MVFR1_EL1'
|
|
698
697
|
description: 'AArch32 Media and VFP Feature Register 1'
|
|
699
|
-
|
|
700
|
-
|
|
698
|
+
S3_0_c0_c3_2:
|
|
699
|
+
name: 'MVFR2_EL1'
|
|
701
700
|
description: 'AArch32 Media and VFP Feature Register 2'
|
|
702
|
-
|
|
703
|
-
|
|
701
|
+
S3_0_c0_c3_4:
|
|
702
|
+
name: 'ID_PFR2_EL1'
|
|
704
703
|
description: 'AArch32 Processor Feature Register 2'
|
|
705
|
-
|
|
706
|
-
|
|
704
|
+
S3_0_c0_c3_5:
|
|
705
|
+
name: 'ID_DFR1_EL1'
|
|
707
706
|
description: 'Debug Feature Register 1'
|
|
708
|
-
|
|
709
|
-
|
|
707
|
+
S3_0_c0_c3_6:
|
|
708
|
+
name: 'ID_MMFR5_EL1'
|
|
710
709
|
description: 'AArch32 Memory Model Feature Register 5'
|
|
711
|
-
|
|
712
|
-
|
|
710
|
+
S3_0_c0_c4_0:
|
|
711
|
+
name: 'ID_AA64PFR0_EL1'
|
|
713
712
|
description: 'AArch64 Processor Feature Register 0'
|
|
714
|
-
|
|
715
|
-
|
|
713
|
+
S3_0_c0_c4_1:
|
|
714
|
+
name: 'ID_AA64PFR1_EL1'
|
|
716
715
|
description: 'AArch64 Processor Feature Register 1'
|
|
717
|
-
|
|
718
|
-
|
|
716
|
+
S3_0_c0_c4_4:
|
|
717
|
+
name: 'ID_AA64ZFR0_EL1'
|
|
719
718
|
description: 'SVE Feature ID register 0'
|
|
720
|
-
|
|
721
|
-
|
|
719
|
+
S3_0_c0_c5_0:
|
|
720
|
+
name: 'ID_AA64DFR0_EL1'
|
|
722
721
|
description: 'AArch64 Debug Feature Register 0'
|
|
723
|
-
|
|
724
|
-
|
|
722
|
+
S3_0_c0_c5_1:
|
|
723
|
+
name: 'ID_AA64DFR1_EL1'
|
|
725
724
|
description: 'AArch64 Debug Feature Register 1'
|
|
726
|
-
|
|
727
|
-
|
|
725
|
+
S3_0_c0_c5_4:
|
|
726
|
+
name: 'ID_AA64AFR0_EL1'
|
|
728
727
|
description: 'AArch64 Auxiliary Feature Register 0'
|
|
729
|
-
|
|
730
|
-
|
|
728
|
+
S3_0_c0_c5_5:
|
|
729
|
+
name: 'ID_AA64AFR1_EL1'
|
|
731
730
|
description: 'AArch64 Auxiliary Feature Register 1'
|
|
732
|
-
|
|
733
|
-
|
|
731
|
+
S3_0_c0_c6_0:
|
|
732
|
+
name: 'ID_AA64ISAR0_EL1'
|
|
734
733
|
description: 'AArch64 Instruction Set Attribute Register 0'
|
|
735
|
-
|
|
736
|
-
|
|
734
|
+
S3_0_c0_c6_1:
|
|
735
|
+
name: 'ID_AA64ISAR1_EL1'
|
|
737
736
|
description: 'AArch64 Instruction Set Attribute Register 1'
|
|
738
|
-
|
|
739
|
-
|
|
737
|
+
S3_0_c0_c7_0:
|
|
738
|
+
name: 'ID_AA64MMFR0_EL1'
|
|
740
739
|
description: 'AArch64 Memory Model Feature Register 0'
|
|
741
|
-
|
|
742
|
-
|
|
740
|
+
S3_0_c0_c7_1:
|
|
741
|
+
name: 'ID_AA64MMFR1_EL1'
|
|
743
742
|
description: 'AArch64 Memory Model Feature Register 1'
|
|
744
|
-
|
|
745
|
-
|
|
743
|
+
S3_0_c0_c7_2:
|
|
744
|
+
name: 'ID_AA64MMFR2_EL1'
|
|
746
745
|
description: 'AArch64 Memory Model Feature Register 2'
|
|
747
|
-
|
|
748
|
-
|
|
746
|
+
S3_0_c1_c0_0:
|
|
747
|
+
name: 'SCTLR_EL1'
|
|
749
748
|
description: 'System Control Register (EL1)'
|
|
750
|
-
|
|
751
|
-
|
|
749
|
+
S3_0_c1_c0_1:
|
|
750
|
+
name: 'ACTLR_EL1'
|
|
752
751
|
description: 'Auxiliary Control Register (EL1)'
|
|
753
|
-
|
|
754
|
-
|
|
752
|
+
S3_0_c1_c0_2:
|
|
753
|
+
name: 'CPACR_EL1'
|
|
755
754
|
description: 'Architectural Feature Access Control Register'
|
|
756
|
-
|
|
757
|
-
|
|
755
|
+
S3_0_c1_c0_5:
|
|
756
|
+
name: 'RGSR_EL1'
|
|
758
757
|
description: 'Random Allocation Tag Seed Register.'
|
|
759
|
-
|
|
760
|
-
|
|
758
|
+
S3_0_c1_c0_6:
|
|
759
|
+
name: 'GCR_EL1'
|
|
761
760
|
description: 'Tag Control Register.'
|
|
762
|
-
|
|
763
|
-
|
|
761
|
+
S3_0_c1_c2_0:
|
|
762
|
+
name: 'ZCR_EL1'
|
|
764
763
|
description: 'SVE Control Register for EL1'
|
|
765
|
-
|
|
766
|
-
|
|
764
|
+
S3_0_c1_c2_1:
|
|
765
|
+
name: 'TRFCR_EL1'
|
|
767
766
|
description: 'Trace Filter Control Register (EL1)'
|
|
768
|
-
|
|
769
|
-
|
|
767
|
+
S3_0_c2_c0_0:
|
|
768
|
+
name: 'TTBR0_EL1'
|
|
770
769
|
description: 'Translation Table Base Register 0 (EL1)'
|
|
771
|
-
|
|
772
|
-
|
|
770
|
+
S3_0_c2_c0_1:
|
|
771
|
+
name: 'TTBR1_EL1'
|
|
773
772
|
description: 'Translation Table Base Register 1 (EL1)'
|
|
774
|
-
|
|
775
|
-
|
|
773
|
+
S3_0_c2_c0_2:
|
|
774
|
+
name: 'TCR_EL1'
|
|
776
775
|
description: 'Translation Control Register (EL1)'
|
|
777
|
-
|
|
778
|
-
|
|
776
|
+
S3_0_c2_c1_0:
|
|
777
|
+
name: 'APIAKeyLo_EL1'
|
|
779
778
|
description: 'Pointer Authentication Key A for Instruction (bits[63:0]) '
|
|
780
|
-
|
|
781
|
-
|
|
779
|
+
S3_0_c2_c1_1:
|
|
780
|
+
name: 'APIAKeyHi_EL1'
|
|
782
781
|
description: 'Pointer Authentication Key A for Instruction (bits[127:64]) '
|
|
783
|
-
|
|
784
|
-
|
|
782
|
+
S3_0_c2_c1_2:
|
|
783
|
+
name: 'APIBKeyLo_EL1'
|
|
785
784
|
description: 'Pointer Authentication Key B for Instruction (bits[63:0]) '
|
|
786
|
-
|
|
787
|
-
|
|
785
|
+
S3_0_c2_c1_3:
|
|
786
|
+
name: 'APIBKeyHi_EL1'
|
|
788
787
|
description: 'Pointer Authentication Key B for Instruction (bits[127:64]) '
|
|
789
|
-
|
|
790
|
-
|
|
788
|
+
S3_0_c2_c2_0:
|
|
789
|
+
name: 'APDAKeyLo_EL1'
|
|
791
790
|
description: 'Pointer Authentication Key A for Data (bits[63:0]) '
|
|
792
|
-
|
|
793
|
-
|
|
791
|
+
S3_0_c2_c2_1:
|
|
792
|
+
name: 'APDAKeyHi_EL1'
|
|
794
793
|
description: 'Pointer Authentication Key A for Data (bits[127:64]) '
|
|
795
|
-
|
|
796
|
-
|
|
794
|
+
S3_0_c2_c2_2:
|
|
795
|
+
name: 'APDBKeyLo_EL1'
|
|
797
796
|
description: 'Pointer Authentication Key B for Data (bits[63:0]) '
|
|
798
|
-
|
|
799
|
-
|
|
797
|
+
S3_0_c2_c2_3:
|
|
798
|
+
name: 'APDBKeyHi_EL1'
|
|
800
799
|
description: 'Pointer Authentication Key B for Data (bits[127:64]) '
|
|
801
|
-
|
|
802
|
-
|
|
800
|
+
S3_0_c2_c3_0:
|
|
801
|
+
name: 'APGAKeyLo_EL1'
|
|
803
802
|
description: 'Pointer Authentication Key A for Code (bits[63:0]) '
|
|
804
|
-
|
|
805
|
-
|
|
803
|
+
S3_0_c2_c3_1:
|
|
804
|
+
name: 'APGAKeyHi_EL1'
|
|
806
805
|
description: 'Pointer Authentication Key A for Code (bits[127:64]) '
|
|
807
|
-
|
|
808
|
-
|
|
806
|
+
S3_0_c4_c0_0:
|
|
807
|
+
name: 'SPSR_EL1'
|
|
809
808
|
description: 'Saved Program Status Register (EL1)'
|
|
810
|
-
|
|
811
|
-
|
|
809
|
+
S3_0_c4_c0_1:
|
|
810
|
+
name: 'ELR_EL1'
|
|
812
811
|
description: 'Exception Link Register (EL1)'
|
|
813
|
-
|
|
814
|
-
|
|
812
|
+
S3_0_c4_c1_0:
|
|
813
|
+
name: 'SP_EL0'
|
|
815
814
|
description: 'Stack Pointer (EL0)'
|
|
816
|
-
|
|
817
|
-
|
|
815
|
+
S3_0_c4_c2_0:
|
|
816
|
+
name: 'SPSel'
|
|
818
817
|
description: 'Stack Pointer Select'
|
|
819
|
-
|
|
820
|
-
|
|
818
|
+
S3_0_c4_c2_2:
|
|
819
|
+
name: 'CurrentEL'
|
|
821
820
|
description: 'Current Exception Level'
|
|
822
|
-
|
|
823
|
-
|
|
821
|
+
S3_0_c4_c2_3:
|
|
822
|
+
name: 'PAN'
|
|
824
823
|
description: 'Privileged Access Never'
|
|
825
|
-
|
|
826
|
-
|
|
824
|
+
S3_0_c4_c2_4:
|
|
825
|
+
name: 'UAO'
|
|
827
826
|
description: 'User Access Override'
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
description:
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
- name: 'AFSR0_EL1'
|
|
827
|
+
S3_0_c4_c6_0:
|
|
828
|
+
name: 'ICC_PMR_EL1'
|
|
829
|
+
description: Interrupt Controller Interrupt Priority Mask Register
|
|
830
|
+
Interrupt Controller Virtual Interrupt Priority Mask Register
|
|
831
|
+
S3_0_c5_c1_0:
|
|
832
|
+
name: 'AFSR0_EL1'
|
|
835
833
|
description: 'Auxiliary Fault Status Register 0 (EL1)'
|
|
836
|
-
|
|
837
|
-
|
|
834
|
+
S3_0_c5_c1_1:
|
|
835
|
+
name: 'AFSR1_EL1'
|
|
838
836
|
description: 'Auxiliary Fault Status Register 1 (EL1)'
|
|
839
|
-
|
|
840
|
-
|
|
837
|
+
S3_0_c5_c2_0:
|
|
838
|
+
name: 'ESR_EL1'
|
|
841
839
|
description: 'Exception Syndrome Register (EL1)'
|
|
842
|
-
|
|
843
|
-
|
|
840
|
+
S3_0_c5_c3_0:
|
|
841
|
+
name: 'ERRIDR_EL1'
|
|
844
842
|
description: 'Error Record ID Register'
|
|
845
|
-
|
|
846
|
-
|
|
843
|
+
S3_0_c5_c3_1:
|
|
844
|
+
name: 'ERRSELR_EL1'
|
|
847
845
|
description: 'Error Record Select Register'
|
|
848
|
-
|
|
849
|
-
|
|
846
|
+
S3_0_c5_c4_0:
|
|
847
|
+
name: 'ERXFR_EL1'
|
|
850
848
|
description: 'Selected Error Record Feature Register'
|
|
851
|
-
|
|
852
|
-
|
|
849
|
+
S3_0_c5_c4_1:
|
|
850
|
+
name: 'ERXCTLR_EL1'
|
|
853
851
|
description: 'Selected Error Record Control Register'
|
|
854
|
-
|
|
855
|
-
|
|
852
|
+
S3_0_c5_c4_2:
|
|
853
|
+
name: 'ERXSTATUS_EL1'
|
|
856
854
|
description: 'Selected Error Record Primary Status Register'
|
|
857
|
-
|
|
858
|
-
|
|
855
|
+
S3_0_c5_c4_3:
|
|
856
|
+
name: 'ERXADDR_EL1'
|
|
859
857
|
description: 'Selected Error Record Address Register'
|
|
860
|
-
|
|
861
|
-
|
|
858
|
+
S3_0_c5_c4_4:
|
|
859
|
+
name: 'ERXPFGF_EL1'
|
|
862
860
|
description: 'Selected Pseudo-fault Generation Feature register'
|
|
863
|
-
|
|
864
|
-
|
|
861
|
+
S3_0_c5_c4_5:
|
|
862
|
+
name: 'ERXPFGCTL_EL1'
|
|
865
863
|
description: 'Selected Pseudo-fault Generation Control register'
|
|
866
|
-
|
|
867
|
-
|
|
864
|
+
S3_0_c5_c4_6:
|
|
865
|
+
name: 'ERXPFGCDN_EL1'
|
|
868
866
|
description: 'Selected Pseudo-fault Generation Countdown register'
|
|
869
|
-
|
|
870
|
-
|
|
867
|
+
S3_0_c5_c5_0:
|
|
868
|
+
name: 'ERXMISC0_EL1'
|
|
871
869
|
description: 'Selected Error Record Miscellaneous Register 0'
|
|
872
|
-
|
|
873
|
-
|
|
870
|
+
S3_0_c5_c5_1:
|
|
871
|
+
name: 'ERXMISC1_EL1'
|
|
874
872
|
description: 'Selected Error Record Miscellaneous Register 1'
|
|
875
|
-
|
|
876
|
-
|
|
873
|
+
S3_0_c5_c5_2:
|
|
874
|
+
name: 'ERXMISC2_EL1'
|
|
877
875
|
description: 'Selected Error Record Miscellaneous Register 2'
|
|
878
|
-
|
|
879
|
-
|
|
876
|
+
S3_0_c5_c5_3:
|
|
877
|
+
name: 'ERXMISC3_EL1'
|
|
880
878
|
description: 'Selected Error Record Miscellaneous Register 3'
|
|
881
|
-
|
|
882
|
-
|
|
879
|
+
S3_0_c5_c6_0:
|
|
880
|
+
name: 'TFSR_EL1'
|
|
883
881
|
description: 'Tag Fault Status Register (EL1)'
|
|
884
|
-
|
|
885
|
-
|
|
882
|
+
S3_0_c5_c6_1:
|
|
883
|
+
name: 'TFSRE0_EL1'
|
|
886
884
|
description: 'Tag Fault Status Register (EL0).'
|
|
887
|
-
|
|
888
|
-
|
|
885
|
+
S3_0_c6_c0_0:
|
|
886
|
+
name: 'FAR_EL1'
|
|
889
887
|
description: 'Fault Address Register (EL1)'
|
|
890
|
-
|
|
891
|
-
|
|
888
|
+
S3_0_c7_c4_0:
|
|
889
|
+
name: 'PAR_EL1'
|
|
892
890
|
description: 'Physical Address Register'
|
|
893
|
-
|
|
894
|
-
|
|
891
|
+
S3_0_c9_c9_0:
|
|
892
|
+
name: 'PMSCR_EL1'
|
|
895
893
|
description: 'Statistical Profiling Control Register (EL1)'
|
|
896
|
-
|
|
897
|
-
|
|
894
|
+
S3_0_c9_c9_2:
|
|
895
|
+
name: 'PMSICR_EL1'
|
|
898
896
|
description: 'Sampling Interval Counter Register'
|
|
899
|
-
|
|
900
|
-
|
|
897
|
+
S3_0_c9_c9_3:
|
|
898
|
+
name: 'PMSIRR_EL1'
|
|
901
899
|
description: 'Sampling Interval Reload Register'
|
|
902
|
-
|
|
903
|
-
|
|
900
|
+
S3_0_c9_c9_4:
|
|
901
|
+
name: 'PMSFCR_EL1'
|
|
904
902
|
description: 'Sampling Filter Control Register'
|
|
905
|
-
|
|
906
|
-
|
|
903
|
+
S3_0_c9_c9_5:
|
|
904
|
+
name: 'PMSEVFR_EL1'
|
|
907
905
|
description: 'Sampling Event Filter Register'
|
|
908
|
-
|
|
909
|
-
|
|
906
|
+
S3_0_c9_c9_6:
|
|
907
|
+
name: 'PMSLATFR_EL1'
|
|
910
908
|
description: 'Sampling Latency Filter Register'
|
|
911
|
-
|
|
912
|
-
|
|
909
|
+
S3_0_c9_c9_7:
|
|
910
|
+
name: 'PMSIDR_EL1'
|
|
913
911
|
description: 'Sampling Profiling ID Register'
|
|
914
|
-
|
|
915
|
-
|
|
912
|
+
S3_0_c9_c10_0:
|
|
913
|
+
name: 'PMBLIMITR_EL1'
|
|
916
914
|
description: 'Profiling Buffer Limit Address Register'
|
|
917
|
-
|
|
918
|
-
|
|
915
|
+
S3_0_c9_c10_1:
|
|
916
|
+
name: 'PMBPTR_EL1'
|
|
919
917
|
description: 'Profiling Buffer Write Pointer Register'
|
|
920
|
-
|
|
921
|
-
|
|
918
|
+
S3_0_c9_c10_3:
|
|
919
|
+
name: 'PMBSR_EL1'
|
|
922
920
|
description: 'Profiling Buffer Status/syndrome Register'
|
|
923
|
-
|
|
924
|
-
|
|
921
|
+
S3_0_c9_c10_7:
|
|
922
|
+
name: 'PMBIDR_EL1'
|
|
925
923
|
description: 'Profiling Buffer ID Register'
|
|
926
|
-
|
|
927
|
-
|
|
924
|
+
S3_0_c9_c14_1:
|
|
925
|
+
name: 'PMINTENSET_EL1'
|
|
928
926
|
description: 'Performance Monitors Interrupt Enable Set register'
|
|
929
|
-
|
|
930
|
-
|
|
927
|
+
S3_0_c9_c14_2:
|
|
928
|
+
name: 'PMINTENCLR_EL1'
|
|
931
929
|
description: 'Performance Monitors Interrupt Enable Clear register'
|
|
932
|
-
|
|
933
|
-
|
|
930
|
+
S3_0_c9_c14_6:
|
|
931
|
+
name: 'PMMIR_EL1'
|
|
934
932
|
description: 'Performance Monitors Machine Identification Register'
|
|
935
|
-
|
|
936
|
-
|
|
933
|
+
S3_0_c10_c2_0:
|
|
934
|
+
name: 'MAIR_EL1'
|
|
937
935
|
description: 'Memory Attribute Indirection Register (EL1)'
|
|
938
|
-
|
|
939
|
-
|
|
936
|
+
S3_0_c10_c3_0:
|
|
937
|
+
name: 'AMAIR_EL1'
|
|
940
938
|
description: 'Auxiliary Memory Attribute Indirection Register (EL1)'
|
|
941
|
-
|
|
942
|
-
|
|
939
|
+
S3_0_c10_c4_0:
|
|
940
|
+
name: 'LORSA_EL1'
|
|
943
941
|
description: 'LORegion Start Address (EL1)'
|
|
944
|
-
|
|
945
|
-
|
|
942
|
+
S3_0_c10_c4_1:
|
|
943
|
+
name: 'LOREA_EL1'
|
|
946
944
|
description: 'LORegion End Address (EL1)'
|
|
947
|
-
|
|
948
|
-
|
|
945
|
+
S3_0_c10_c4_2:
|
|
946
|
+
name: 'LORN_EL1'
|
|
949
947
|
description: 'LORegion Number (EL1)'
|
|
950
|
-
|
|
951
|
-
|
|
948
|
+
S3_0_c10_c4_3:
|
|
949
|
+
name: 'LORC_EL1'
|
|
952
950
|
description: 'LORegion Control (EL1)'
|
|
953
|
-
|
|
954
|
-
|
|
951
|
+
S3_0_c10_c4_4:
|
|
952
|
+
name: 'MPAMIDR_EL1'
|
|
955
953
|
description: 'MPAM ID Register (EL1)'
|
|
956
|
-
|
|
957
|
-
|
|
954
|
+
S3_0_c10_c4_7:
|
|
955
|
+
name: 'LORID_EL1'
|
|
958
956
|
description: 'LORegionID (EL1)'
|
|
959
|
-
|
|
960
|
-
|
|
957
|
+
S3_0_c10_c5_0:
|
|
958
|
+
name: 'MPAM1_EL1'
|
|
961
959
|
description: 'MPAM1 Register (EL1)'
|
|
962
|
-
|
|
963
|
-
|
|
960
|
+
S3_0_c10_c5_1:
|
|
961
|
+
name: 'MPAM0_EL1'
|
|
964
962
|
description: 'MPAM0 Register (EL1)'
|
|
965
|
-
|
|
966
|
-
|
|
963
|
+
S3_0_c12_c0_0:
|
|
964
|
+
name: 'VBAR_EL1'
|
|
967
965
|
description: 'Vector Base Address Register (EL1)'
|
|
968
|
-
|
|
969
|
-
|
|
966
|
+
S3_0_c12_c0_1:
|
|
967
|
+
name: 'RVBAR_EL1'
|
|
970
968
|
description: 'Reset Vector Base Address Register (if EL2 and EL3 not implemented)'
|
|
971
|
-
|
|
972
|
-
|
|
969
|
+
S3_0_c12_c0_2:
|
|
970
|
+
name: 'RMR_EL1'
|
|
973
971
|
description: 'Reset Management Register (EL1)'
|
|
974
|
-
|
|
975
|
-
|
|
972
|
+
S3_0_c12_c1_0:
|
|
973
|
+
name: 'ISR_EL1'
|
|
976
974
|
description: 'Interrupt Status Register'
|
|
977
|
-
|
|
978
|
-
|
|
975
|
+
S3_0_c12_c1_1:
|
|
976
|
+
name: 'DISR_EL1'
|
|
979
977
|
description: 'Deferred Interrupt Status Register'
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
description:
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
description:
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
description:
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
description:
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
description:
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
description:
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
- name: 'ICV_AP1R3_EL1'
|
|
1039
|
-
description: 'Interrupt Controller Virtual Active Priorities Group 1 Register 3'
|
|
1040
|
-
'S3_0_c12_c11_1':
|
|
1041
|
-
- name: 'ICC_DIR_EL1'
|
|
1042
|
-
description: 'Interrupt Controller Deactivate Interrupt Register'
|
|
1043
|
-
- name: 'ICV_DIR_EL1'
|
|
1044
|
-
description: 'Interrupt Controller Deactivate Virtual Interrupt Register'
|
|
1045
|
-
'S3_0_c12_c11_3':
|
|
1046
|
-
- name: 'ICC_RPR_EL1'
|
|
1047
|
-
description: 'Interrupt Controller Running Priority Register'
|
|
1048
|
-
- name: 'ICV_RPR_EL1'
|
|
1049
|
-
description: 'Interrupt Controller Virtual Running Priority Register'
|
|
1050
|
-
'S3_0_c12_c11_5':
|
|
1051
|
-
- name: 'ICC_SGI1R_EL1'
|
|
978
|
+
S3_0_c12_c8_0:
|
|
979
|
+
name: 'ICC_IAR0_EL1'
|
|
980
|
+
description: Interrupt Controller Interrupt Acknowledge Register 0
|
|
981
|
+
Interrupt Controller Virtual Interrupt Acknowledge Register 0
|
|
982
|
+
S3_0_c12_c8_1:
|
|
983
|
+
name: 'ICC_EOIR0_EL1'
|
|
984
|
+
description: Interrupt Controller End Of Interrupt Register 0
|
|
985
|
+
Interrupt Controller Virtual End Of Interrupt Register 0
|
|
986
|
+
S3_0_c12_c8_2:
|
|
987
|
+
name: 'ICC_HPPIR0_EL1'
|
|
988
|
+
description: Interrupt Controller Highest Priority Pending Interrupt Register 0
|
|
989
|
+
Interrupt Controller Virtual Highest Priority Pending Interrupt Register 0
|
|
990
|
+
S3_0_c12_c8_3:
|
|
991
|
+
name: 'ICC_BPR0_EL1'
|
|
992
|
+
description: Interrupt Controller Binary Point Register 0
|
|
993
|
+
Interrupt Controller Virtual Binary Point Register 0
|
|
994
|
+
S3_0_c12_c8_4:
|
|
995
|
+
name: 'ICC_AP0R0_EL1'
|
|
996
|
+
description: Interrupt Controller Active Priorities Group 0 Register 0
|
|
997
|
+
Interrupt Controller Virtual Active Priorities Group 0 Register 0
|
|
998
|
+
S3_0_c12_c8_5:
|
|
999
|
+
name: 'ICC_AP0R1_EL1'
|
|
1000
|
+
description: Interrupt Controller Active Priorities Group 0 Register 1
|
|
1001
|
+
Interrupt Controller Virtual Active Priorities Group 0 Register 1
|
|
1002
|
+
S3_0_c12_c8_6:
|
|
1003
|
+
name: 'ICC_AP0R2_EL1'
|
|
1004
|
+
description: Interrupt Controller Active Priorities Group 0 Register 2
|
|
1005
|
+
Interrupt Controller Virtual Active Priorities Group 0 Register 2
|
|
1006
|
+
S3_0_c12_c8_7:
|
|
1007
|
+
name: 'ICC_AP0R3_EL1'
|
|
1008
|
+
description: Interrupt Controller Active Priorities Group 0 Register 3
|
|
1009
|
+
Interrupt Controller Virtual Active Priorities Group 0 Register 3
|
|
1010
|
+
S3_0_c12_c9_0:
|
|
1011
|
+
name: 'ICC_AP1R0_EL1'
|
|
1012
|
+
description: Interrupt Controller Active Priorities Group 1 Register 0
|
|
1013
|
+
Interrupt Controller Virtual Active Priorities Group 1 Register 0
|
|
1014
|
+
S3_0_c12_c9_1:
|
|
1015
|
+
name: 'ICC_AP1R1_EL1'
|
|
1016
|
+
description: Interrupt Controller Active Priorities Group 1 Register 1
|
|
1017
|
+
Interrupt Controller Virtual Active Priorities Group 1 Register 1
|
|
1018
|
+
S3_0_c12_c9_2:
|
|
1019
|
+
name: 'ICC_AP1R2_EL1'
|
|
1020
|
+
description: Interrupt Controller Active Priorities Group 1 Register 2
|
|
1021
|
+
Interrupt Controller Virtual Active Priorities Group 1 Register 2
|
|
1022
|
+
S3_0_c12_c9_3:
|
|
1023
|
+
name: 'ICC_AP1R3_EL1'
|
|
1024
|
+
description: Interrupt Controller Active Priorities Group 1 Register 3
|
|
1025
|
+
Interrupt Controller Virtual Active Priorities Group 1 Register 3
|
|
1026
|
+
S3_0_c12_c11_1:
|
|
1027
|
+
name: 'ICC_DIR_EL1'
|
|
1028
|
+
description: Interrupt Controller Deactivate Interrupt Register
|
|
1029
|
+
Interrupt Controller Deactivate Virtual Interrupt Register
|
|
1030
|
+
S3_0_c12_c11_3:
|
|
1031
|
+
name: 'ICC_RPR_EL1'
|
|
1032
|
+
description: Interrupt Controller Running Priority Register
|
|
1033
|
+
Interrupt Controller Virtual Running Priority Register
|
|
1034
|
+
S3_0_c12_c11_5:
|
|
1035
|
+
name: 'ICC_SGI1R_EL1'
|
|
1052
1036
|
description: 'Interrupt Controller Software Generated Interrupt Group 1 Register'
|
|
1053
|
-
|
|
1054
|
-
|
|
1037
|
+
S3_0_c12_c11_6:
|
|
1038
|
+
name: 'ICC_ASGI1R_EL1'
|
|
1055
1039
|
description: 'Interrupt Controller Alias Software Generated Interrupt Group 1 Register'
|
|
1056
|
-
|
|
1057
|
-
|
|
1040
|
+
S3_0_c12_c11_7:
|
|
1041
|
+
name: 'ICC_SGI0R_EL1'
|
|
1058
1042
|
description: 'Interrupt Controller Software Generated Interrupt Group 0 Register'
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
description:
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
description:
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
description: 'Interrupt Controller Control Register (EL1)'
|
|
1082
|
-
- name: 'ICV_CTLR_EL1'
|
|
1083
|
-
description: 'Interrupt Controller Virtual Control Register'
|
|
1084
|
-
'S3_0_c12_c12_5':
|
|
1085
|
-
- name: 'ICC_SRE_EL1'
|
|
1043
|
+
S3_0_c12_c12_0:
|
|
1044
|
+
name: 'ICC_IAR1_EL1'
|
|
1045
|
+
description: Interrupt Controller Interrupt Acknowledge Register 1
|
|
1046
|
+
Interrupt Controller Virtual Interrupt Acknowledge Register 1
|
|
1047
|
+
S3_0_c12_c12_1:
|
|
1048
|
+
name: 'ICC_EOIR1_EL1'
|
|
1049
|
+
description: Interrupt Controller End Of Interrupt Register 1
|
|
1050
|
+
Interrupt Controller Virtual End Of Interrupt Register 1
|
|
1051
|
+
S3_0_c12_c12_2:
|
|
1052
|
+
name: 'ICC_HPPIR1_EL1'
|
|
1053
|
+
description: Interrupt Controller Highest Priority Pending Interrupt Register 1
|
|
1054
|
+
Interrupt Controller Virtual Highest Priority Pending Interrupt Register 1
|
|
1055
|
+
S3_0_c12_c12_3:
|
|
1056
|
+
name: 'ICC_BPR1_EL1'
|
|
1057
|
+
description: Interrupt Controller Binary Point Register 1
|
|
1058
|
+
Interrupt Controller Virtual Binary Point Register 1
|
|
1059
|
+
S3_0_c12_c12_4:
|
|
1060
|
+
name: 'ICC_CTLR_EL1'
|
|
1061
|
+
description: Interrupt Controller Control Register (EL1)
|
|
1062
|
+
Interrupt Controller Virtual Control Register
|
|
1063
|
+
S3_0_c12_c12_5:
|
|
1064
|
+
name: 'ICC_SRE_EL1'
|
|
1086
1065
|
description: 'Interrupt Controller System Register Enable register (EL1)'
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
description:
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
'S3_0_c13_c0_1':
|
|
1098
|
-
- name: 'CONTEXTIDR_EL1'
|
|
1066
|
+
S3_0_c12_c12_6:
|
|
1067
|
+
name: 'ICC_IGRPEN0_EL1'
|
|
1068
|
+
description: Interrupt Controller Interrupt Group 0 Enable register
|
|
1069
|
+
Interrupt Controller Virtual Interrupt Group 0 Enable register
|
|
1070
|
+
S3_0_c12_c12_7:
|
|
1071
|
+
name: 'ICC_IGRPEN1_EL1'
|
|
1072
|
+
description: Interrupt Controller Interrupt Group 1 Enable register
|
|
1073
|
+
Interrupt Controller Virtual Interrupt Group 1 Enable register
|
|
1074
|
+
S3_0_c13_c0_1:
|
|
1075
|
+
name: 'CONTEXTIDR_EL1'
|
|
1099
1076
|
description: 'Context ID Register (EL1)'
|
|
1100
|
-
|
|
1101
|
-
|
|
1077
|
+
S3_0_c13_c0_4:
|
|
1078
|
+
name: 'TPIDR_EL1'
|
|
1102
1079
|
description: 'EL1 Software Thread ID Register'
|
|
1103
|
-
|
|
1104
|
-
|
|
1080
|
+
S3_0_c13_c0_7:
|
|
1081
|
+
name: 'SCXTNUM_EL1'
|
|
1105
1082
|
description: 'EL1 Read/Write Software Context Number'
|
|
1106
|
-
|
|
1107
|
-
|
|
1083
|
+
S3_0_c14_c1_0:
|
|
1084
|
+
name: 'CNTKCTL_EL1'
|
|
1108
1085
|
description: 'Counter-timer Kernel Control register'
|
|
1109
|
-
|
|
1110
|
-
|
|
1086
|
+
S3_1_c0_c0_0:
|
|
1087
|
+
name: 'CCSIDR_EL1'
|
|
1111
1088
|
description: 'Current Cache Size ID Register'
|
|
1112
|
-
|
|
1113
|
-
|
|
1089
|
+
S3_1_c0_c0_1:
|
|
1090
|
+
name: 'CLIDR_EL1'
|
|
1114
1091
|
description: 'Cache Level ID Register'
|
|
1115
|
-
|
|
1116
|
-
|
|
1092
|
+
S3_1_c0_c0_2:
|
|
1093
|
+
name: 'CCSIDR2_EL1'
|
|
1117
1094
|
description: 'Current Cache Size ID Register 2'
|
|
1118
|
-
|
|
1119
|
-
|
|
1095
|
+
S3_1_c0_c0_4:
|
|
1096
|
+
name: 'GMID_EL1'
|
|
1120
1097
|
description: ' Multiple tag transfer ID register'
|
|
1121
|
-
|
|
1122
|
-
|
|
1098
|
+
S3_1_c0_c0_7:
|
|
1099
|
+
name: 'AIDR_EL1'
|
|
1123
1100
|
description: 'Auxiliary ID Register'
|
|
1124
|
-
|
|
1125
|
-
|
|
1101
|
+
S3_2_c0_c0_0:
|
|
1102
|
+
name: 'CSSELR_EL1'
|
|
1126
1103
|
description: 'Cache Size Selection Register'
|
|
1127
|
-
|
|
1128
|
-
|
|
1104
|
+
S3_3_c0_c0_1:
|
|
1105
|
+
name: 'CTR_EL0'
|
|
1129
1106
|
description: 'Cache Type Register'
|
|
1130
|
-
|
|
1131
|
-
|
|
1107
|
+
S3_3_c0_c0_7:
|
|
1108
|
+
name: 'DCZID_EL0'
|
|
1132
1109
|
description: 'Data Cache Zero ID register'
|
|
1133
|
-
|
|
1134
|
-
|
|
1110
|
+
S3_3_c2_c4_0:
|
|
1111
|
+
name: 'RNDR'
|
|
1135
1112
|
description: 'Random Number'
|
|
1136
|
-
|
|
1137
|
-
|
|
1113
|
+
S3_3_c2_c4_1:
|
|
1114
|
+
name: 'RNDRRS'
|
|
1138
1115
|
description: 'Reseeded Random Number'
|
|
1139
|
-
|
|
1140
|
-
|
|
1116
|
+
S3_3_c4_c2_0:
|
|
1117
|
+
name: 'NZCV'
|
|
1141
1118
|
description: 'Condition Flags'
|
|
1142
|
-
|
|
1143
|
-
|
|
1119
|
+
S3_3_c4_c2_1:
|
|
1120
|
+
name: 'DAIF'
|
|
1144
1121
|
description: 'Interrupt Mask Bits'
|
|
1145
|
-
|
|
1146
|
-
|
|
1122
|
+
S3_3_c4_c2_5:
|
|
1123
|
+
name: 'DIT'
|
|
1147
1124
|
description: 'Data Independent Timing'
|
|
1148
|
-
|
|
1149
|
-
|
|
1125
|
+
S3_3_c4_c2_6:
|
|
1126
|
+
name: 'SSBS'
|
|
1150
1127
|
description: 'Speculative Store Bypass Safe'
|
|
1151
|
-
|
|
1152
|
-
|
|
1128
|
+
S3_3_c4_c2_7:
|
|
1129
|
+
name: 'TCO'
|
|
1153
1130
|
description: 'Tag Check Override'
|
|
1154
|
-
|
|
1155
|
-
|
|
1131
|
+
S3_3_c4_c4_0:
|
|
1132
|
+
name: 'FPCR'
|
|
1156
1133
|
description: 'Floating-point Control Register'
|
|
1157
|
-
|
|
1158
|
-
|
|
1134
|
+
S3_3_c4_c4_1:
|
|
1135
|
+
name: 'FPSR'
|
|
1159
1136
|
description: 'Floating-point Status Register'
|
|
1160
|
-
|
|
1161
|
-
|
|
1137
|
+
S3_3_c4_c5_0:
|
|
1138
|
+
name: 'DSPSR_EL0'
|
|
1162
1139
|
description: 'Debug Saved Program Status Register'
|
|
1163
|
-
|
|
1164
|
-
|
|
1140
|
+
S3_3_c4_c5_1:
|
|
1141
|
+
name: 'DLR_EL0'
|
|
1165
1142
|
description: 'Debug Link Register'
|
|
1166
|
-
|
|
1167
|
-
|
|
1143
|
+
S3_3_c9_c12_0:
|
|
1144
|
+
name: 'PMCR_EL0'
|
|
1168
1145
|
description: 'Performance Monitors Control Register'
|
|
1169
|
-
|
|
1170
|
-
|
|
1146
|
+
S3_3_c9_c12_1:
|
|
1147
|
+
name: 'PMCNTENSET_EL0'
|
|
1171
1148
|
description: 'Performance Monitors Count Enable Set register'
|
|
1172
|
-
|
|
1173
|
-
|
|
1149
|
+
S3_3_c9_c12_2:
|
|
1150
|
+
name: 'PMCNTENCLR_EL0'
|
|
1174
1151
|
description: 'Performance Monitors Count Enable Clear register'
|
|
1175
|
-
|
|
1176
|
-
|
|
1152
|
+
S3_3_c9_c12_3:
|
|
1153
|
+
name: 'PMOVSCLR_EL0'
|
|
1177
1154
|
description: 'Performance Monitors Overflow Flag Status Clear Register'
|
|
1178
|
-
|
|
1179
|
-
|
|
1155
|
+
S3_3_c9_c12_4:
|
|
1156
|
+
name: 'PMSWINC_EL0'
|
|
1180
1157
|
description: 'Performance Monitors Software Increment register'
|
|
1181
|
-
|
|
1182
|
-
|
|
1158
|
+
S3_3_c9_c12_5:
|
|
1159
|
+
name: 'PMSELR_EL0'
|
|
1183
1160
|
description: 'Performance Monitors Event Counter Selection Register'
|
|
1184
|
-
|
|
1185
|
-
|
|
1161
|
+
S3_3_c9_c12_6:
|
|
1162
|
+
name: 'PMCEID0_EL0'
|
|
1186
1163
|
description: 'Performance Monitors Common Event Identification register 0'
|
|
1187
|
-
|
|
1188
|
-
|
|
1164
|
+
S3_3_c9_c12_7:
|
|
1165
|
+
name: 'PMCEID1_EL0'
|
|
1189
1166
|
description: 'Performance Monitors Common Event Identification register 1'
|
|
1190
|
-
|
|
1191
|
-
|
|
1167
|
+
S3_3_c9_c13_0:
|
|
1168
|
+
name: 'PMCCNTR_EL0'
|
|
1192
1169
|
description: 'Performance Monitors Cycle Count Register'
|
|
1193
|
-
|
|
1194
|
-
|
|
1170
|
+
S3_3_c9_c13_1:
|
|
1171
|
+
name: 'PMXEVTYPER_EL0'
|
|
1195
1172
|
description: 'Performance Monitors Selected Event Type Register'
|
|
1196
|
-
|
|
1197
|
-
|
|
1173
|
+
S3_3_c9_c13_2:
|
|
1174
|
+
name: 'PMXEVCNTR_EL0'
|
|
1198
1175
|
description: 'Performance Monitors Selected Event Count Register'
|
|
1199
|
-
|
|
1200
|
-
|
|
1176
|
+
S3_3_c9_c14_0:
|
|
1177
|
+
name: 'PMUSERENR_EL0'
|
|
1201
1178
|
description: 'Performance Monitors User Enable Register'
|
|
1202
|
-
|
|
1203
|
-
|
|
1179
|
+
S3_3_c9_c14_3:
|
|
1180
|
+
name: 'PMOVSSET_EL0'
|
|
1204
1181
|
description: 'Performance Monitors Overflow Flag Status Set register'
|
|
1205
|
-
|
|
1206
|
-
|
|
1182
|
+
S3_3_c13_c0_2:
|
|
1183
|
+
name: 'TPIDR_EL0'
|
|
1207
1184
|
description: 'EL0 Read/Write Software Thread ID Register'
|
|
1208
|
-
|
|
1209
|
-
|
|
1185
|
+
S3_3_c13_c0_3:
|
|
1186
|
+
name: 'TPIDRRO_EL0'
|
|
1210
1187
|
description: 'EL0 Read-Only Software Thread ID Register'
|
|
1211
|
-
|
|
1212
|
-
|
|
1188
|
+
S3_3_c13_c0_7:
|
|
1189
|
+
name: 'SCXTNUM_EL0'
|
|
1213
1190
|
description: 'EL0 Read/Write Software Context Number'
|
|
1214
|
-
|
|
1215
|
-
|
|
1191
|
+
S3_3_c13_c2_0:
|
|
1192
|
+
name: 'AMCR_EL0'
|
|
1216
1193
|
description: 'Activity Monitors Control Register'
|
|
1217
|
-
|
|
1218
|
-
|
|
1194
|
+
S3_3_c13_c2_1:
|
|
1195
|
+
name: 'AMCFGR_EL0'
|
|
1219
1196
|
description: 'Activity Monitors Configuration Register'
|
|
1220
|
-
|
|
1221
|
-
|
|
1197
|
+
S3_3_c13_c2_2:
|
|
1198
|
+
name: 'AMCGCR_EL0'
|
|
1222
1199
|
description: 'Activity Monitors Counter Group Configuration Register'
|
|
1223
|
-
|
|
1224
|
-
|
|
1200
|
+
S3_3_c13_c2_3:
|
|
1201
|
+
name: 'AMUSERENR_EL0'
|
|
1225
1202
|
description: 'Activity Monitors User Enable Register'
|
|
1226
|
-
|
|
1227
|
-
|
|
1203
|
+
S3_3_c13_c2_4:
|
|
1204
|
+
name: 'AMCNTENCLR0_EL0'
|
|
1228
1205
|
description: 'Activity Monitors Count Enable Clear Register 0'
|
|
1229
|
-
|
|
1230
|
-
|
|
1206
|
+
S3_3_c13_c2_5:
|
|
1207
|
+
name: 'AMCNTENSET0_EL0'
|
|
1231
1208
|
description: 'Activity Monitors Count Enable Set Register 0'
|
|
1232
|
-
|
|
1233
|
-
|
|
1209
|
+
S3_3_c13_c2_6:
|
|
1210
|
+
name: 'AMCG1IDR_EL0'
|
|
1234
1211
|
description: 'Activity Monitors Counter Group 1 Identification Register'
|
|
1235
|
-
|
|
1236
|
-
|
|
1212
|
+
S3_3_c13_c3_0:
|
|
1213
|
+
name: 'AMCNTENCLR1_EL0'
|
|
1237
1214
|
description: 'Activity Monitors Count Enable Clear Register 1'
|
|
1238
|
-
|
|
1239
|
-
|
|
1215
|
+
S3_3_c13_c3_1:
|
|
1216
|
+
name: 'AMCNTENSET1_EL0'
|
|
1240
1217
|
description: 'Activity Monitors Count Enable Set Register 1'
|
|
1241
|
-
|
|
1242
|
-
|
|
1218
|
+
S3_3_c13_c4_0:
|
|
1219
|
+
name: 'AMEVCNTR00_EL0'
|
|
1243
1220
|
description: 'Activity Monitors Event Counter Register 0 0'
|
|
1244
|
-
|
|
1245
|
-
|
|
1221
|
+
S3_3_c13_c4_1:
|
|
1222
|
+
name: 'AMEVCNTR01_EL0'
|
|
1246
1223
|
description: 'Activity Monitors Event Counter Register 0 1'
|
|
1247
|
-
|
|
1248
|
-
|
|
1224
|
+
S3_3_c13_c4_2:
|
|
1225
|
+
name: 'AMEVCNTR02_EL0'
|
|
1249
1226
|
description: 'Activity Monitors Event Counter Register 0 2'
|
|
1250
|
-
|
|
1251
|
-
|
|
1227
|
+
S3_3_c13_c4_3:
|
|
1228
|
+
name: 'AMEVCNTR03_EL0'
|
|
1252
1229
|
description: 'Activity Monitors Event Counter Register 0 3'
|
|
1253
|
-
|
|
1254
|
-
|
|
1230
|
+
S3_3_c13_c4_4:
|
|
1231
|
+
name: 'AMEVCNTR04_EL0'
|
|
1255
1232
|
description: 'Activity Monitors Event Counter Register 0 4'
|
|
1256
|
-
|
|
1257
|
-
|
|
1233
|
+
S3_3_c13_c4_5:
|
|
1234
|
+
name: 'AMEVCNTR05_EL0'
|
|
1258
1235
|
description: 'Activity Monitors Event Counter Register 0 5'
|
|
1259
|
-
|
|
1260
|
-
|
|
1236
|
+
S3_3_c13_c4_6:
|
|
1237
|
+
name: 'AMEVCNTR06_EL0'
|
|
1261
1238
|
description: 'Activity Monitors Event Counter Register 0 6'
|
|
1262
|
-
|
|
1263
|
-
|
|
1239
|
+
S3_3_c13_c4_7:
|
|
1240
|
+
name: 'AMEVCNTR07_EL0'
|
|
1264
1241
|
description: 'Activity Monitors Event Counter Register 0 7'
|
|
1265
|
-
|
|
1266
|
-
|
|
1242
|
+
S3_3_c13_c5_0:
|
|
1243
|
+
name: 'AMEVCNTR08_EL0'
|
|
1267
1244
|
description: 'Activity Monitors Event Counter Register 0 8'
|
|
1268
|
-
|
|
1269
|
-
|
|
1245
|
+
S3_3_c13_c5_1:
|
|
1246
|
+
name: 'AMEVCNTR09_EL0'
|
|
1270
1247
|
description: 'Activity Monitors Event Counter Register 0 9'
|
|
1271
|
-
|
|
1272
|
-
|
|
1248
|
+
S3_3_c13_c5_2:
|
|
1249
|
+
name: 'AMEVCNTR010_EL0'
|
|
1273
1250
|
description: 'Activity Monitors Event Counter Register 0 10'
|
|
1274
|
-
|
|
1275
|
-
|
|
1251
|
+
S3_3_c13_c5_3:
|
|
1252
|
+
name: 'AMEVCNTR011_EL0'
|
|
1276
1253
|
description: 'Activity Monitors Event Counter Register 0 11'
|
|
1277
|
-
|
|
1278
|
-
|
|
1254
|
+
S3_3_c13_c5_4:
|
|
1255
|
+
name: 'AMEVCNTR012_EL0'
|
|
1279
1256
|
description: 'Activity Monitors Event Counter Register 0 12'
|
|
1280
|
-
|
|
1281
|
-
|
|
1257
|
+
S3_3_c13_c5_5:
|
|
1258
|
+
name: 'AMEVCNTR013_EL0'
|
|
1282
1259
|
description: 'Activity Monitors Event Counter Register 0 13'
|
|
1283
|
-
|
|
1284
|
-
|
|
1260
|
+
S3_3_c13_c5_6:
|
|
1261
|
+
name: 'AMEVCNTR014_EL0'
|
|
1285
1262
|
description: 'Activity Monitors Event Counter Register 0 14'
|
|
1286
|
-
|
|
1287
|
-
|
|
1263
|
+
S3_3_c13_c5_7:
|
|
1264
|
+
name: 'AMEVCNTR015_EL0'
|
|
1288
1265
|
description: 'Activity Monitors Event Counter Register 0 15'
|
|
1289
|
-
|
|
1290
|
-
|
|
1266
|
+
S3_3_c13_c6_0:
|
|
1267
|
+
name: 'AMEVTYPER00_EL0'
|
|
1291
1268
|
description: 'Activity Monitors Event Type Register 0 0'
|
|
1292
|
-
|
|
1293
|
-
|
|
1269
|
+
S3_3_c13_c6_1:
|
|
1270
|
+
name: 'AMEVTYPER01_EL0'
|
|
1294
1271
|
description: 'Activity Monitors Event Type Register 0 1'
|
|
1295
|
-
|
|
1296
|
-
|
|
1272
|
+
S3_3_c13_c6_2:
|
|
1273
|
+
name: 'AMEVTYPER02_EL0'
|
|
1297
1274
|
description: 'Activity Monitors Event Type Register 0 2'
|
|
1298
|
-
|
|
1299
|
-
|
|
1275
|
+
S3_3_c13_c6_3:
|
|
1276
|
+
name: 'AMEVTYPER03_EL0'
|
|
1300
1277
|
description: 'Activity Monitors Event Type Register 0 3'
|
|
1301
|
-
|
|
1302
|
-
|
|
1278
|
+
S3_3_c13_c6_4:
|
|
1279
|
+
name: 'AMEVTYPER04_EL0'
|
|
1303
1280
|
description: 'Activity Monitors Event Type Register 0 4'
|
|
1304
|
-
|
|
1305
|
-
|
|
1281
|
+
S3_3_c13_c6_5:
|
|
1282
|
+
name: 'AMEVTYPER05_EL0'
|
|
1306
1283
|
description: 'Activity Monitors Event Type Register 0 5'
|
|
1307
|
-
|
|
1308
|
-
|
|
1284
|
+
S3_3_c13_c6_6:
|
|
1285
|
+
name: 'AMEVTYPER06_EL0'
|
|
1309
1286
|
description: 'Activity Monitors Event Type Register 0 6'
|
|
1310
|
-
|
|
1311
|
-
|
|
1287
|
+
S3_3_c13_c6_7:
|
|
1288
|
+
name: 'AMEVTYPER07_EL0'
|
|
1312
1289
|
description: 'Activity Monitors Event Type Register 0 7'
|
|
1313
|
-
|
|
1314
|
-
|
|
1290
|
+
S3_3_c13_c7_0:
|
|
1291
|
+
name: 'AMEVTYPER08_EL0'
|
|
1315
1292
|
description: 'Activity Monitors Event Type Register 0 8'
|
|
1316
|
-
|
|
1317
|
-
|
|
1293
|
+
S3_3_c13_c7_1:
|
|
1294
|
+
name: 'AMEVTYPER09_EL0'
|
|
1318
1295
|
description: 'Activity Monitors Event Type Register 0 9'
|
|
1319
|
-
|
|
1320
|
-
|
|
1296
|
+
S3_3_c13_c7_2:
|
|
1297
|
+
name: 'AMEVTYPER010_EL0'
|
|
1321
1298
|
description: 'Activity Monitors Event Type Register 0 10'
|
|
1322
|
-
|
|
1323
|
-
|
|
1299
|
+
S3_3_c13_c7_3:
|
|
1300
|
+
name: 'AMEVTYPER011_EL0'
|
|
1324
1301
|
description: 'Activity Monitors Event Type Register 0 11'
|
|
1325
|
-
|
|
1326
|
-
|
|
1302
|
+
S3_3_c13_c7_4:
|
|
1303
|
+
name: 'AMEVTYPER012_EL0'
|
|
1327
1304
|
description: 'Activity Monitors Event Type Register 0 12'
|
|
1328
|
-
|
|
1329
|
-
|
|
1305
|
+
S3_3_c13_c7_5:
|
|
1306
|
+
name: 'AMEVTYPER013_EL0'
|
|
1330
1307
|
description: 'Activity Monitors Event Type Register 0 13'
|
|
1331
|
-
|
|
1332
|
-
|
|
1308
|
+
S3_3_c13_c7_6:
|
|
1309
|
+
name: 'AMEVTYPER014_EL0'
|
|
1333
1310
|
description: 'Activity Monitors Event Type Register 0 14'
|
|
1334
|
-
|
|
1335
|
-
|
|
1311
|
+
S3_3_c13_c7_7:
|
|
1312
|
+
name: 'AMEVTYPER015_EL0'
|
|
1336
1313
|
description: 'Activity Monitors Event Type Register 0 15'
|
|
1337
|
-
|
|
1338
|
-
|
|
1314
|
+
S3_3_c13_c12_0:
|
|
1315
|
+
name: 'AMEVCNTR10_EL0'
|
|
1339
1316
|
description: 'Activity Monitors Event Counter Register 1 0'
|
|
1340
|
-
|
|
1341
|
-
|
|
1317
|
+
S3_3_c13_c12_1:
|
|
1318
|
+
name: 'AMEVCNTR11_EL0'
|
|
1342
1319
|
description: 'Activity Monitors Event Counter Register 1 1'
|
|
1343
|
-
|
|
1344
|
-
|
|
1320
|
+
S3_3_c13_c12_2:
|
|
1321
|
+
name: 'AMEVCNTR12_EL0'
|
|
1345
1322
|
description: 'Activity Monitors Event Counter Register 1 2'
|
|
1346
|
-
|
|
1347
|
-
|
|
1323
|
+
S3_3_c13_c12_3:
|
|
1324
|
+
name: 'AMEVCNTR13_EL0'
|
|
1348
1325
|
description: 'Activity Monitors Event Counter Register 1 3'
|
|
1349
|
-
|
|
1350
|
-
|
|
1326
|
+
S3_3_c13_c12_4:
|
|
1327
|
+
name: 'AMEVCNTR14_EL0'
|
|
1351
1328
|
description: 'Activity Monitors Event Counter Register 1 4'
|
|
1352
|
-
|
|
1353
|
-
|
|
1329
|
+
S3_3_c13_c12_5:
|
|
1330
|
+
name: 'AMEVCNTR15_EL0'
|
|
1354
1331
|
description: 'Activity Monitors Event Counter Register 1 5'
|
|
1355
|
-
|
|
1356
|
-
|
|
1332
|
+
S3_3_c13_c12_6:
|
|
1333
|
+
name: 'AMEVCNTR16_EL0'
|
|
1357
1334
|
description: 'Activity Monitors Event Counter Register 1 6'
|
|
1358
|
-
|
|
1359
|
-
|
|
1335
|
+
S3_3_c13_c12_7:
|
|
1336
|
+
name: 'AMEVCNTR17_EL0'
|
|
1360
1337
|
description: 'Activity Monitors Event Counter Register 1 7'
|
|
1361
|
-
|
|
1362
|
-
|
|
1338
|
+
S3_3_c13_c13_0:
|
|
1339
|
+
name: 'AMEVCNTR18_EL0'
|
|
1363
1340
|
description: 'Activity Monitors Event Counter Register 1 8'
|
|
1364
|
-
|
|
1365
|
-
|
|
1341
|
+
S3_3_c13_c13_1:
|
|
1342
|
+
name: 'AMEVCNTR19_EL0'
|
|
1366
1343
|
description: 'Activity Monitors Event Counter Register 1 9'
|
|
1367
|
-
|
|
1368
|
-
|
|
1344
|
+
S3_3_c13_c13_2:
|
|
1345
|
+
name: 'AMEVCNTR110_EL0'
|
|
1369
1346
|
description: 'Activity Monitors Event Counter Register 1 10'
|
|
1370
|
-
|
|
1371
|
-
|
|
1347
|
+
S3_3_c13_c13_3:
|
|
1348
|
+
name: 'AMEVCNTR111_EL0'
|
|
1372
1349
|
description: 'Activity Monitors Event Counter Register 1 11'
|
|
1373
|
-
|
|
1374
|
-
|
|
1350
|
+
S3_3_c13_c13_4:
|
|
1351
|
+
name: 'AMEVCNTR112_EL0'
|
|
1375
1352
|
description: 'Activity Monitors Event Counter Register 1 12'
|
|
1376
|
-
|
|
1377
|
-
|
|
1353
|
+
S3_3_c13_c13_5:
|
|
1354
|
+
name: 'AMEVCNTR113_EL0'
|
|
1378
1355
|
description: 'Activity Monitors Event Counter Register 1 13'
|
|
1379
|
-
|
|
1380
|
-
|
|
1356
|
+
S3_3_c13_c13_6:
|
|
1357
|
+
name: 'AMEVCNTR114_EL0'
|
|
1381
1358
|
description: 'Activity Monitors Event Counter Register 1 14'
|
|
1382
|
-
|
|
1383
|
-
|
|
1359
|
+
S3_3_c13_c13_7:
|
|
1360
|
+
name: 'AMEVCNTR115_EL0'
|
|
1384
1361
|
description: 'Activity Monitors Event Counter Register 1 15'
|
|
1385
|
-
|
|
1386
|
-
|
|
1362
|
+
S3_3_c13_c14_0:
|
|
1363
|
+
name: 'AMEVTYPER10_EL0'
|
|
1387
1364
|
description: 'Activity Monitors Event Type Register 1 0'
|
|
1388
|
-
|
|
1389
|
-
|
|
1365
|
+
S3_3_c13_c14_1:
|
|
1366
|
+
name: 'AMEVTYPER11_EL0'
|
|
1390
1367
|
description: 'Activity Monitors Event Type Register 1 1'
|
|
1391
|
-
|
|
1392
|
-
|
|
1368
|
+
S3_3_c13_c14_2:
|
|
1369
|
+
name: 'AMEVTYPER12_EL0'
|
|
1393
1370
|
description: 'Activity Monitors Event Type Register 1 2'
|
|
1394
|
-
|
|
1395
|
-
|
|
1371
|
+
S3_3_c13_c14_3:
|
|
1372
|
+
name: 'AMEVTYPER13_EL0'
|
|
1396
1373
|
description: 'Activity Monitors Event Type Register 1 3'
|
|
1397
|
-
|
|
1398
|
-
|
|
1374
|
+
S3_3_c13_c14_4:
|
|
1375
|
+
name: 'AMEVTYPER14_EL0'
|
|
1399
1376
|
description: 'Activity Monitors Event Type Register 1 4'
|
|
1400
|
-
|
|
1401
|
-
|
|
1377
|
+
S3_3_c13_c14_5:
|
|
1378
|
+
name: 'AMEVTYPER15_EL0'
|
|
1402
1379
|
description: 'Activity Monitors Event Type Register 1 5'
|
|
1403
|
-
|
|
1404
|
-
|
|
1380
|
+
S3_3_c13_c14_6:
|
|
1381
|
+
name: 'AMEVTYPER16_EL0'
|
|
1405
1382
|
description: 'Activity Monitors Event Type Register 1 6'
|
|
1406
|
-
|
|
1407
|
-
|
|
1383
|
+
S3_3_c13_c14_7:
|
|
1384
|
+
name: 'AMEVTYPER17_EL0'
|
|
1408
1385
|
description: 'Activity Monitors Event Type Register 1 7'
|
|
1409
|
-
|
|
1410
|
-
|
|
1386
|
+
S3_3_c13_c15_0:
|
|
1387
|
+
name: 'AMEVTYPER18_EL0'
|
|
1411
1388
|
description: 'Activity Monitors Event Type Register 1 8'
|
|
1412
|
-
|
|
1413
|
-
|
|
1389
|
+
S3_3_c13_c15_1:
|
|
1390
|
+
name: 'AMEVTYPER19_EL0'
|
|
1414
1391
|
description: 'Activity Monitors Event Type Register 1 9'
|
|
1415
|
-
|
|
1416
|
-
|
|
1392
|
+
S3_3_c13_c15_2:
|
|
1393
|
+
name: 'AMEVTYPER110_EL0'
|
|
1417
1394
|
description: 'Activity Monitors Event Type Register 1 10'
|
|
1418
|
-
|
|
1419
|
-
|
|
1395
|
+
S3_3_c13_c15_3:
|
|
1396
|
+
name: 'AMEVTYPER111_EL0'
|
|
1420
1397
|
description: 'Activity Monitors Event Type Register 1 11'
|
|
1421
|
-
|
|
1422
|
-
|
|
1398
|
+
S3_3_c13_c15_4:
|
|
1399
|
+
name: 'AMEVTYPER112_EL0'
|
|
1423
1400
|
description: 'Activity Monitors Event Type Register 1 12'
|
|
1424
|
-
|
|
1425
|
-
|
|
1401
|
+
S3_3_c13_c15_5:
|
|
1402
|
+
name: 'AMEVTYPER113_EL0'
|
|
1426
1403
|
description: 'Activity Monitors Event Type Register 1 13'
|
|
1427
|
-
|
|
1428
|
-
|
|
1404
|
+
S3_3_c13_c15_6:
|
|
1405
|
+
name: 'AMEVTYPER114_EL0'
|
|
1429
1406
|
description: 'Activity Monitors Event Type Register 1 14'
|
|
1430
|
-
|
|
1431
|
-
|
|
1407
|
+
S3_3_c13_c15_7:
|
|
1408
|
+
name: 'AMEVTYPER115_EL0'
|
|
1432
1409
|
description: 'Activity Monitors Event Type Register 1 15'
|
|
1433
|
-
|
|
1434
|
-
|
|
1410
|
+
S3_3_c14_c0_0:
|
|
1411
|
+
name: 'CNTFRQ_EL0'
|
|
1435
1412
|
description: 'Counter-timer Frequency register'
|
|
1436
|
-
|
|
1437
|
-
|
|
1413
|
+
S3_3_c14_c0_1:
|
|
1414
|
+
name: 'CNTPCT_EL0'
|
|
1438
1415
|
description: 'Counter-timer Physical Count register'
|
|
1439
|
-
|
|
1440
|
-
|
|
1416
|
+
S3_3_c14_c0_2:
|
|
1417
|
+
name: 'CNTVCT_EL0'
|
|
1441
1418
|
description: 'Counter-timer Virtual Count register'
|
|
1442
|
-
|
|
1443
|
-
|
|
1419
|
+
S3_3_c14_c0_5:
|
|
1420
|
+
name: 'CNTPCTSS_EL0'
|
|
1444
1421
|
description: 'Counter-timer Self-Synchronized Physical Count register'
|
|
1445
|
-
|
|
1446
|
-
|
|
1422
|
+
S3_3_c14_c0_6:
|
|
1423
|
+
name: 'CNTVCTSS_EL0'
|
|
1447
1424
|
description: 'Counter-timer Self-Synchronized Virtual Count register'
|
|
1448
|
-
|
|
1449
|
-
|
|
1425
|
+
S3_3_c14_c2_0:
|
|
1426
|
+
name: 'CNTP_TVAL_EL0'
|
|
1450
1427
|
description: 'Counter-timer Physical Timer TimerValue register'
|
|
1451
|
-
|
|
1452
|
-
|
|
1428
|
+
S3_3_c14_c2_1:
|
|
1429
|
+
name: 'CNTP_CTL_EL0'
|
|
1453
1430
|
description: 'Counter-timer Physical Timer Control register'
|
|
1454
|
-
|
|
1455
|
-
|
|
1431
|
+
S3_3_c14_c2_2:
|
|
1432
|
+
name: 'CNTP_CVAL_EL0'
|
|
1456
1433
|
description: 'Counter-timer Physical Timer CompareValue register'
|
|
1457
|
-
|
|
1458
|
-
|
|
1434
|
+
S3_3_c14_c3_0:
|
|
1435
|
+
name: 'CNTV_TVAL_EL0'
|
|
1459
1436
|
description: 'Counter-timer Virtual Timer TimerValue register'
|
|
1460
|
-
|
|
1461
|
-
|
|
1437
|
+
S3_3_c14_c3_1:
|
|
1438
|
+
name: 'CNTV_CTL_EL0'
|
|
1462
1439
|
description: 'Counter-timer Virtual Timer Control register'
|
|
1463
|
-
|
|
1464
|
-
|
|
1440
|
+
S3_3_c14_c3_2:
|
|
1441
|
+
name: 'CNTV_CVAL_EL0'
|
|
1465
1442
|
description: 'Counter-timer Virtual Timer CompareValue register'
|
|
1466
|
-
|
|
1467
|
-
|
|
1443
|
+
S3_3_c14_c8_0:
|
|
1444
|
+
name: 'PMEVCNTR0_EL0'
|
|
1468
1445
|
description: 'Performance Monitors Event Count Register 0'
|
|
1469
|
-
|
|
1470
|
-
|
|
1446
|
+
S3_3_c14_c8_1:
|
|
1447
|
+
name: 'PMEVCNTR1_EL0'
|
|
1471
1448
|
description: 'Performance Monitors Event Count Register 1'
|
|
1472
|
-
|
|
1473
|
-
|
|
1449
|
+
S3_3_c14_c8_2:
|
|
1450
|
+
name: 'PMEVCNTR2_EL0'
|
|
1474
1451
|
description: 'Performance Monitors Event Count Register 2'
|
|
1475
|
-
|
|
1476
|
-
|
|
1452
|
+
S3_3_c14_c8_3:
|
|
1453
|
+
name: 'PMEVCNTR3_EL0'
|
|
1477
1454
|
description: 'Performance Monitors Event Count Register 3'
|
|
1478
|
-
|
|
1479
|
-
|
|
1455
|
+
S3_3_c14_c8_4:
|
|
1456
|
+
name: 'PMEVCNTR4_EL0'
|
|
1480
1457
|
description: 'Performance Monitors Event Count Register 4'
|
|
1481
|
-
|
|
1482
|
-
|
|
1458
|
+
S3_3_c14_c8_5:
|
|
1459
|
+
name: 'PMEVCNTR5_EL0'
|
|
1483
1460
|
description: 'Performance Monitors Event Count Register 5'
|
|
1484
|
-
|
|
1485
|
-
|
|
1461
|
+
S3_3_c14_c8_6:
|
|
1462
|
+
name: 'PMEVCNTR6_EL0'
|
|
1486
1463
|
description: 'Performance Monitors Event Count Register 6'
|
|
1487
|
-
|
|
1488
|
-
|
|
1464
|
+
S3_3_c14_c8_7:
|
|
1465
|
+
name: 'PMEVCNTR7_EL0'
|
|
1489
1466
|
description: 'Performance Monitors Event Count Register 7'
|
|
1490
|
-
|
|
1491
|
-
|
|
1467
|
+
S3_3_c14_c9_0:
|
|
1468
|
+
name: 'PMEVCNTR8_EL0'
|
|
1492
1469
|
description: 'Performance Monitors Event Count Register 8'
|
|
1493
|
-
|
|
1494
|
-
|
|
1470
|
+
S3_3_c14_c9_1:
|
|
1471
|
+
name: 'PMEVCNTR9_EL0'
|
|
1495
1472
|
description: 'Performance Monitors Event Count Register 9'
|
|
1496
|
-
|
|
1497
|
-
|
|
1473
|
+
S3_3_c14_c9_2:
|
|
1474
|
+
name: 'PMEVCNTR10_EL0'
|
|
1498
1475
|
description: 'Performance Monitors Event Count Register 10'
|
|
1499
|
-
|
|
1500
|
-
|
|
1476
|
+
S3_3_c14_c9_3:
|
|
1477
|
+
name: 'PMEVCNTR11_EL0'
|
|
1501
1478
|
description: 'Performance Monitors Event Count Register 11'
|
|
1502
|
-
|
|
1503
|
-
|
|
1479
|
+
S3_3_c14_c9_4:
|
|
1480
|
+
name: 'PMEVCNTR12_EL0'
|
|
1504
1481
|
description: 'Performance Monitors Event Count Register 12'
|
|
1505
|
-
|
|
1506
|
-
|
|
1482
|
+
S3_3_c14_c9_5:
|
|
1483
|
+
name: 'PMEVCNTR13_EL0'
|
|
1507
1484
|
description: 'Performance Monitors Event Count Register 13'
|
|
1508
|
-
|
|
1509
|
-
|
|
1485
|
+
S3_3_c14_c9_6:
|
|
1486
|
+
name: 'PMEVCNTR14_EL0'
|
|
1510
1487
|
description: 'Performance Monitors Event Count Register 14'
|
|
1511
|
-
|
|
1512
|
-
|
|
1488
|
+
S3_3_c14_c9_7:
|
|
1489
|
+
name: 'PMEVCNTR15_EL0'
|
|
1513
1490
|
description: 'Performance Monitors Event Count Register 15'
|
|
1514
|
-
|
|
1515
|
-
|
|
1491
|
+
S3_3_c14_c10_0:
|
|
1492
|
+
name: 'PMEVCNTR16_EL0'
|
|
1516
1493
|
description: 'Performance Monitors Event Count Register 16'
|
|
1517
|
-
|
|
1518
|
-
|
|
1494
|
+
S3_3_c14_c10_1:
|
|
1495
|
+
name: 'PMEVCNTR17_EL0'
|
|
1519
1496
|
description: 'Performance Monitors Event Count Register 17'
|
|
1520
|
-
|
|
1521
|
-
|
|
1497
|
+
S3_3_c14_c10_2:
|
|
1498
|
+
name: 'PMEVCNTR18_EL0'
|
|
1522
1499
|
description: 'Performance Monitors Event Count Register 18'
|
|
1523
|
-
|
|
1524
|
-
|
|
1500
|
+
S3_3_c14_c10_3:
|
|
1501
|
+
name: 'PMEVCNTR19_EL0'
|
|
1525
1502
|
description: 'Performance Monitors Event Count Register 19'
|
|
1526
|
-
|
|
1527
|
-
|
|
1503
|
+
S3_3_c14_c10_4:
|
|
1504
|
+
name: 'PMEVCNTR20_EL0'
|
|
1528
1505
|
description: 'Performance Monitors Event Count Register 20'
|
|
1529
|
-
|
|
1530
|
-
|
|
1506
|
+
S3_3_c14_c10_5:
|
|
1507
|
+
name: 'PMEVCNTR21_EL0'
|
|
1531
1508
|
description: 'Performance Monitors Event Count Register 21'
|
|
1532
|
-
|
|
1533
|
-
|
|
1509
|
+
S3_3_c14_c10_6:
|
|
1510
|
+
name: 'PMEVCNTR22_EL0'
|
|
1534
1511
|
description: 'Performance Monitors Event Count Register 22'
|
|
1535
|
-
|
|
1536
|
-
|
|
1512
|
+
S3_3_c14_c10_7:
|
|
1513
|
+
name: 'PMEVCNTR23_EL0'
|
|
1537
1514
|
description: 'Performance Monitors Event Count Register 23'
|
|
1538
|
-
|
|
1539
|
-
|
|
1515
|
+
S3_3_c14_c11_0:
|
|
1516
|
+
name: 'PMEVCNTR24_EL0'
|
|
1540
1517
|
description: 'Performance Monitors Event Count Register 24'
|
|
1541
|
-
|
|
1542
|
-
|
|
1518
|
+
S3_3_c14_c11_1:
|
|
1519
|
+
name: 'PMEVCNTR25_EL0'
|
|
1543
1520
|
description: 'Performance Monitors Event Count Register 25'
|
|
1544
|
-
|
|
1545
|
-
|
|
1521
|
+
S3_3_c14_c11_2:
|
|
1522
|
+
name: 'PMEVCNTR26_EL0'
|
|
1546
1523
|
description: 'Performance Monitors Event Count Register 26'
|
|
1547
|
-
|
|
1548
|
-
|
|
1524
|
+
S3_3_c14_c11_3:
|
|
1525
|
+
name: 'PMEVCNTR27_EL0'
|
|
1549
1526
|
description: 'Performance Monitors Event Count Register 27'
|
|
1550
|
-
|
|
1551
|
-
|
|
1527
|
+
S3_3_c14_c11_4:
|
|
1528
|
+
name: 'PMEVCNTR28_EL0'
|
|
1552
1529
|
description: 'Performance Monitors Event Count Register 28'
|
|
1553
|
-
|
|
1554
|
-
|
|
1530
|
+
S3_3_c14_c11_5:
|
|
1531
|
+
name: 'PMEVCNTR29_EL0'
|
|
1555
1532
|
description: 'Performance Monitors Event Count Register 29'
|
|
1556
|
-
|
|
1557
|
-
|
|
1533
|
+
S3_3_c14_c11_6:
|
|
1534
|
+
name: 'PMEVCNTR30_EL0'
|
|
1558
1535
|
description: 'Performance Monitors Event Count Register 30'
|
|
1559
|
-
|
|
1560
|
-
|
|
1536
|
+
S3_3_c14_c11_7:
|
|
1537
|
+
name: 'PMEVCNTR31_EL0'
|
|
1561
1538
|
description: 'Performance Monitors Event Count Register 31'
|
|
1562
|
-
|
|
1563
|
-
|
|
1539
|
+
S3_3_c14_c12_0:
|
|
1540
|
+
name: 'PMEVTYPER0_EL0'
|
|
1564
1541
|
description: 'Performance Monitors Event Type Register 0'
|
|
1565
|
-
|
|
1566
|
-
|
|
1542
|
+
S3_3_c14_c12_1:
|
|
1543
|
+
name: 'PMEVTYPER1_EL0'
|
|
1567
1544
|
description: 'Performance Monitors Event Type Register 1'
|
|
1568
|
-
|
|
1569
|
-
|
|
1545
|
+
S3_3_c14_c12_2:
|
|
1546
|
+
name: 'PMEVTYPER2_EL0'
|
|
1570
1547
|
description: 'Performance Monitors Event Type Register 2'
|
|
1571
|
-
|
|
1572
|
-
|
|
1548
|
+
S3_3_c14_c12_3:
|
|
1549
|
+
name: 'PMEVTYPER3_EL0'
|
|
1573
1550
|
description: 'Performance Monitors Event Type Register 3'
|
|
1574
|
-
|
|
1575
|
-
|
|
1551
|
+
S3_3_c14_c12_4:
|
|
1552
|
+
name: 'PMEVTYPER4_EL0'
|
|
1576
1553
|
description: 'Performance Monitors Event Type Register 4'
|
|
1577
|
-
|
|
1578
|
-
|
|
1554
|
+
S3_3_c14_c12_5:
|
|
1555
|
+
name: 'PMEVTYPER5_EL0'
|
|
1579
1556
|
description: 'Performance Monitors Event Type Register 5'
|
|
1580
|
-
|
|
1581
|
-
|
|
1557
|
+
S3_3_c14_c12_6:
|
|
1558
|
+
name: 'PMEVTYPER6_EL0'
|
|
1582
1559
|
description: 'Performance Monitors Event Type Register 6'
|
|
1583
|
-
|
|
1584
|
-
|
|
1560
|
+
S3_3_c14_c12_7:
|
|
1561
|
+
name: 'PMEVTYPER7_EL0'
|
|
1585
1562
|
description: 'Performance Monitors Event Type Register 7'
|
|
1586
|
-
|
|
1587
|
-
|
|
1563
|
+
S3_3_c14_c13_0:
|
|
1564
|
+
name: 'PMEVTYPER8_EL0'
|
|
1588
1565
|
description: 'Performance Monitors Event Type Register 8'
|
|
1589
|
-
|
|
1590
|
-
|
|
1566
|
+
S3_3_c14_c13_1:
|
|
1567
|
+
name: 'PMEVTYPER9_EL0'
|
|
1591
1568
|
description: 'Performance Monitors Event Type Register 9'
|
|
1592
|
-
|
|
1593
|
-
|
|
1569
|
+
S3_3_c14_c13_2:
|
|
1570
|
+
name: 'PMEVTYPER10_EL0'
|
|
1594
1571
|
description: 'Performance Monitors Event Type Register 10'
|
|
1595
|
-
|
|
1596
|
-
|
|
1572
|
+
S3_3_c14_c13_3:
|
|
1573
|
+
name: 'PMEVTYPER11_EL0'
|
|
1597
1574
|
description: 'Performance Monitors Event Type Register 11'
|
|
1598
|
-
|
|
1599
|
-
|
|
1575
|
+
S3_3_c14_c13_4:
|
|
1576
|
+
name: 'PMEVTYPER12_EL0'
|
|
1600
1577
|
description: 'Performance Monitors Event Type Register 12'
|
|
1601
|
-
|
|
1602
|
-
|
|
1578
|
+
S3_3_c14_c13_5:
|
|
1579
|
+
name: 'PMEVTYPER13_EL0'
|
|
1603
1580
|
description: 'Performance Monitors Event Type Register 13'
|
|
1604
|
-
|
|
1605
|
-
|
|
1581
|
+
S3_3_c14_c13_6:
|
|
1582
|
+
name: 'PMEVTYPER14_EL0'
|
|
1606
1583
|
description: 'Performance Monitors Event Type Register 14'
|
|
1607
|
-
|
|
1608
|
-
|
|
1584
|
+
S3_3_c14_c13_7:
|
|
1585
|
+
name: 'PMEVTYPER15_EL0'
|
|
1609
1586
|
description: 'Performance Monitors Event Type Register 15'
|
|
1610
|
-
|
|
1611
|
-
|
|
1587
|
+
S3_3_c14_c14_0:
|
|
1588
|
+
name: 'PMEVTYPER16_EL0'
|
|
1612
1589
|
description: 'Performance Monitors Event Type Register 16'
|
|
1613
|
-
|
|
1614
|
-
|
|
1590
|
+
S3_3_c14_c14_1:
|
|
1591
|
+
name: 'PMEVTYPER17_EL0'
|
|
1615
1592
|
description: 'Performance Monitors Event Type Register 17'
|
|
1616
|
-
|
|
1617
|
-
|
|
1593
|
+
S3_3_c14_c14_2:
|
|
1594
|
+
name: 'PMEVTYPER18_EL0'
|
|
1618
1595
|
description: 'Performance Monitors Event Type Register 18'
|
|
1619
|
-
|
|
1620
|
-
|
|
1596
|
+
S3_3_c14_c14_3:
|
|
1597
|
+
name: 'PMEVTYPER19_EL0'
|
|
1621
1598
|
description: 'Performance Monitors Event Type Register 19'
|
|
1622
|
-
|
|
1623
|
-
|
|
1599
|
+
S3_3_c14_c14_4:
|
|
1600
|
+
name: 'PMEVTYPER20_EL0'
|
|
1624
1601
|
description: 'Performance Monitors Event Type Register 20'
|
|
1625
|
-
|
|
1626
|
-
|
|
1602
|
+
S3_3_c14_c14_5:
|
|
1603
|
+
name: 'PMEVTYPER21_EL0'
|
|
1627
1604
|
description: 'Performance Monitors Event Type Register 21'
|
|
1628
|
-
|
|
1629
|
-
|
|
1605
|
+
S3_3_c14_c14_6:
|
|
1606
|
+
name: 'PMEVTYPER22_EL0'
|
|
1630
1607
|
description: 'Performance Monitors Event Type Register 22'
|
|
1631
|
-
|
|
1632
|
-
|
|
1608
|
+
S3_3_c14_c14_7:
|
|
1609
|
+
name: 'PMEVTYPER23_EL0'
|
|
1633
1610
|
description: 'Performance Monitors Event Type Register 23'
|
|
1634
|
-
|
|
1635
|
-
|
|
1611
|
+
S3_3_c14_c15_0:
|
|
1612
|
+
name: 'PMEVTYPER24_EL0'
|
|
1636
1613
|
description: 'Performance Monitors Event Type Register 24'
|
|
1637
|
-
|
|
1638
|
-
|
|
1614
|
+
S3_3_c14_c15_1:
|
|
1615
|
+
name: 'PMEVTYPER25_EL0'
|
|
1639
1616
|
description: 'Performance Monitors Event Type Register 25'
|
|
1640
|
-
|
|
1641
|
-
|
|
1617
|
+
S3_3_c14_c15_2:
|
|
1618
|
+
name: 'PMEVTYPER26_EL0'
|
|
1642
1619
|
description: 'Performance Monitors Event Type Register 26'
|
|
1643
|
-
|
|
1644
|
-
|
|
1620
|
+
S3_3_c14_c15_3:
|
|
1621
|
+
name: 'PMEVTYPER27_EL0'
|
|
1645
1622
|
description: 'Performance Monitors Event Type Register 27'
|
|
1646
|
-
|
|
1647
|
-
|
|
1623
|
+
S3_3_c14_c15_4:
|
|
1624
|
+
name: 'PMEVTYPER28_EL0'
|
|
1648
1625
|
description: 'Performance Monitors Event Type Register 28'
|
|
1649
|
-
|
|
1650
|
-
|
|
1626
|
+
S3_3_c14_c15_5:
|
|
1627
|
+
name: 'PMEVTYPER29_EL0'
|
|
1651
1628
|
description: 'Performance Monitors Event Type Register 29'
|
|
1652
|
-
|
|
1653
|
-
|
|
1629
|
+
S3_3_c14_c15_6:
|
|
1630
|
+
name: 'PMEVTYPER30_EL0'
|
|
1654
1631
|
description: 'Performance Monitors Event Type Register 30'
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
description:
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
- name: 'VPIDR_EL2'
|
|
1632
|
+
S3_3_c14_c15_7:
|
|
1633
|
+
name: 'PMCCFILTR_EL0'
|
|
1634
|
+
description: Performance Monitors Cycle Count Filter Register
|
|
1635
|
+
Performance Monitors Event Type Register 31
|
|
1636
|
+
S3_4_c0_c0_0:
|
|
1637
|
+
name: 'VPIDR_EL2'
|
|
1662
1638
|
description: 'Virtualization Processor ID Register'
|
|
1663
|
-
|
|
1664
|
-
|
|
1639
|
+
S3_4_c0_c0_5:
|
|
1640
|
+
name: 'VMPIDR_EL2'
|
|
1665
1641
|
description: 'Virtualization Multiprocessor ID Register'
|
|
1666
|
-
|
|
1667
|
-
|
|
1642
|
+
S3_4_c1_c0_0:
|
|
1643
|
+
name: 'SCTLR_EL2'
|
|
1668
1644
|
description: 'System Control Register (EL2)'
|
|
1669
|
-
|
|
1670
|
-
|
|
1645
|
+
S3_4_c1_c0_1:
|
|
1646
|
+
name: 'ACTLR_EL2'
|
|
1671
1647
|
description: 'Auxiliary Control Register (EL2)'
|
|
1672
|
-
|
|
1673
|
-
|
|
1648
|
+
S3_4_c1_c1_0:
|
|
1649
|
+
name: 'HCR_EL2'
|
|
1674
1650
|
description: 'Hypervisor Configuration Register'
|
|
1675
|
-
|
|
1676
|
-
|
|
1651
|
+
S3_4_c1_c1_1:
|
|
1652
|
+
name: 'MDCR_EL2'
|
|
1677
1653
|
description: 'Monitor Debug Configuration Register (EL2)'
|
|
1678
|
-
|
|
1679
|
-
|
|
1654
|
+
S3_4_c1_c1_2:
|
|
1655
|
+
name: 'CPTR_EL2'
|
|
1680
1656
|
description: 'Architectural Feature Trap Register (EL2)'
|
|
1681
|
-
|
|
1682
|
-
|
|
1657
|
+
S3_4_c1_c1_3:
|
|
1658
|
+
name: 'HSTR_EL2'
|
|
1683
1659
|
description: 'Hypervisor System Trap Register'
|
|
1684
|
-
|
|
1685
|
-
|
|
1660
|
+
S3_4_c1_c1_4:
|
|
1661
|
+
name: 'HFGRTR_EL2'
|
|
1686
1662
|
description: 'Hypervisor Fine-Grained Read Trap Register'
|
|
1687
|
-
|
|
1688
|
-
|
|
1663
|
+
S3_4_c1_c1_5:
|
|
1664
|
+
name: 'HFGWTR_EL2'
|
|
1689
1665
|
description: 'Hypervisor Fine-Grained Write Trap Register'
|
|
1690
|
-
|
|
1691
|
-
|
|
1666
|
+
S3_4_c1_c1_6:
|
|
1667
|
+
name: 'HFGITR_EL2'
|
|
1692
1668
|
description: 'Hypervisor Fine-Grained Instruction Trap Register'
|
|
1693
|
-
|
|
1694
|
-
|
|
1669
|
+
S3_4_c1_c1_7:
|
|
1670
|
+
name: 'HACR_EL2'
|
|
1695
1671
|
description: 'Hypervisor Auxiliary Control Register'
|
|
1696
|
-
|
|
1697
|
-
|
|
1672
|
+
S3_4_c1_c2_0:
|
|
1673
|
+
name: 'ZCR_EL2'
|
|
1698
1674
|
description: 'SVE Control Register for EL2'
|
|
1699
|
-
|
|
1700
|
-
|
|
1675
|
+
S3_4_c1_c2_1:
|
|
1676
|
+
name: 'TRFCR_EL2'
|
|
1701
1677
|
description: 'Trace Filter Control Register (EL2)'
|
|
1702
|
-
|
|
1703
|
-
|
|
1678
|
+
S3_4_c1_c3_1:
|
|
1679
|
+
name: 'SDER32_EL2'
|
|
1704
1680
|
description: 'AArch32 Secure Debug Enable Register'
|
|
1705
|
-
|
|
1706
|
-
|
|
1681
|
+
S3_4_c2_c0_0:
|
|
1682
|
+
name: 'TTBR0_EL2'
|
|
1707
1683
|
description: 'Translation Table Base Register 0 (EL2)'
|
|
1708
|
-
|
|
1709
|
-
|
|
1684
|
+
S3_4_c2_c0_1:
|
|
1685
|
+
name: 'TTBR1_EL2'
|
|
1710
1686
|
description: 'Translation Table Base Register 1 (EL2)'
|
|
1711
|
-
|
|
1712
|
-
|
|
1687
|
+
S3_4_c2_c0_2:
|
|
1688
|
+
name: 'TCR_EL2'
|
|
1713
1689
|
description: 'Translation Control Register (EL2)'
|
|
1714
|
-
|
|
1715
|
-
|
|
1690
|
+
S3_4_c2_c1_0:
|
|
1691
|
+
name: 'VTTBR_EL2'
|
|
1716
1692
|
description: 'Virtualization Translation Table Base Register'
|
|
1717
|
-
|
|
1718
|
-
|
|
1693
|
+
S3_4_c2_c1_2:
|
|
1694
|
+
name: 'VTCR_EL2'
|
|
1719
1695
|
description: 'Virtualization Translation Control Register'
|
|
1720
|
-
|
|
1721
|
-
|
|
1696
|
+
S3_4_c2_c2_0:
|
|
1697
|
+
name: 'VNCR_EL2'
|
|
1722
1698
|
description: 'Virtual Nested Control Register'
|
|
1723
|
-
|
|
1724
|
-
|
|
1699
|
+
S3_4_c2_c6_0:
|
|
1700
|
+
name: 'VSTTBR_EL2'
|
|
1725
1701
|
description: 'Virtualization Secure Translation Table Base Register'
|
|
1726
|
-
|
|
1727
|
-
|
|
1702
|
+
S3_4_c2_c6_2:
|
|
1703
|
+
name: 'VSTCR_EL2'
|
|
1728
1704
|
description: 'Virtualization Secure Translation Control Register'
|
|
1729
|
-
|
|
1730
|
-
|
|
1705
|
+
S3_4_c3_c0_0:
|
|
1706
|
+
name: 'DACR32_EL2'
|
|
1731
1707
|
description: 'Domain Access Control Register'
|
|
1732
|
-
|
|
1733
|
-
|
|
1708
|
+
S3_4_c3_c1_4:
|
|
1709
|
+
name: 'HDFGRTR_EL2'
|
|
1734
1710
|
description: 'Hypervisor Debug Fine-Grained Read Trap Register'
|
|
1735
|
-
|
|
1736
|
-
|
|
1711
|
+
S3_4_c3_c1_5:
|
|
1712
|
+
name: 'HDFGWTR_EL2'
|
|
1737
1713
|
description: 'Hypervisor Debug Fine-Grained Write Trap Register'
|
|
1738
|
-
|
|
1739
|
-
|
|
1714
|
+
S3_4_c3_c1_6:
|
|
1715
|
+
name: 'HAFGRTR_EL2'
|
|
1740
1716
|
description: 'Hypervisor Activity Monitors Fine-Grained Read Trap Register'
|
|
1741
|
-
|
|
1742
|
-
|
|
1717
|
+
S3_4_c4_c0_0:
|
|
1718
|
+
name: 'SPSR_EL2'
|
|
1743
1719
|
description: 'Saved Program Status Register (EL2)'
|
|
1744
|
-
|
|
1745
|
-
|
|
1720
|
+
S3_4_c4_c0_1:
|
|
1721
|
+
name: 'ELR_EL2'
|
|
1746
1722
|
description: 'Exception Link Register (EL2)'
|
|
1747
|
-
|
|
1748
|
-
|
|
1723
|
+
S3_4_c4_c1_0:
|
|
1724
|
+
name: 'SP_EL1'
|
|
1749
1725
|
description: 'Stack Pointer (EL1)'
|
|
1750
|
-
|
|
1751
|
-
|
|
1726
|
+
S3_4_c4_c3_0:
|
|
1727
|
+
name: 'SPSR_irq'
|
|
1752
1728
|
description: 'Saved Program Status Register (IRQ mode)'
|
|
1753
|
-
|
|
1754
|
-
|
|
1729
|
+
S3_4_c4_c3_1:
|
|
1730
|
+
name: 'SPSR_abt'
|
|
1755
1731
|
description: 'Saved Program Status Register (Abort mode)'
|
|
1756
|
-
|
|
1757
|
-
|
|
1732
|
+
S3_4_c4_c3_2:
|
|
1733
|
+
name: 'SPSR_und'
|
|
1758
1734
|
description: 'Saved Program Status Register (Undefined mode)'
|
|
1759
|
-
|
|
1760
|
-
|
|
1735
|
+
S3_4_c4_c3_3:
|
|
1736
|
+
name: 'SPSR_fiq'
|
|
1761
1737
|
description: 'Saved Program Status Register (FIQ mode)'
|
|
1762
|
-
|
|
1763
|
-
|
|
1738
|
+
S3_4_c5_c0_1:
|
|
1739
|
+
name: 'IFSR32_EL2'
|
|
1764
1740
|
description: 'Instruction Fault Status Register (EL2)'
|
|
1765
|
-
|
|
1766
|
-
|
|
1741
|
+
S3_4_c5_c1_0:
|
|
1742
|
+
name: 'AFSR0_EL2'
|
|
1767
1743
|
description: 'Auxiliary Fault Status Register 0 (EL2)'
|
|
1768
|
-
|
|
1769
|
-
|
|
1744
|
+
S3_4_c5_c1_1:
|
|
1745
|
+
name: 'AFSR1_EL2'
|
|
1770
1746
|
description: 'Auxiliary Fault Status Register 1 (EL2)'
|
|
1771
|
-
|
|
1772
|
-
|
|
1747
|
+
S3_4_c5_c2_0:
|
|
1748
|
+
name: 'ESR_EL2'
|
|
1773
1749
|
description: 'Exception Syndrome Register (EL2)'
|
|
1774
|
-
|
|
1775
|
-
|
|
1750
|
+
S3_4_c5_c2_3:
|
|
1751
|
+
name: 'VSESR_EL2'
|
|
1776
1752
|
description: 'Virtual SError Exception Syndrome Register'
|
|
1777
|
-
|
|
1778
|
-
|
|
1753
|
+
S3_4_c5_c3_0:
|
|
1754
|
+
name: 'FPEXC32_EL2'
|
|
1779
1755
|
description: 'Floating-Point Exception Control register'
|
|
1780
|
-
|
|
1781
|
-
|
|
1756
|
+
S3_4_c5_c6_0:
|
|
1757
|
+
name: 'TFSR_EL2'
|
|
1782
1758
|
description: 'Tag Fault Status Register (EL2)'
|
|
1783
|
-
|
|
1784
|
-
|
|
1759
|
+
S3_4_c6_c0_0:
|
|
1760
|
+
name: 'FAR_EL2'
|
|
1785
1761
|
description: 'Fault Address Register (EL2)'
|
|
1786
|
-
|
|
1787
|
-
|
|
1762
|
+
S3_4_c6_c0_4:
|
|
1763
|
+
name: 'HPFAR_EL2'
|
|
1788
1764
|
description: 'Hypervisor IPA Fault Address Register'
|
|
1789
|
-
|
|
1790
|
-
|
|
1765
|
+
S3_4_c9_c9_0:
|
|
1766
|
+
name: 'PMSCR_EL2'
|
|
1791
1767
|
description: 'Statistical Profiling Control Register (EL2)'
|
|
1792
|
-
|
|
1793
|
-
|
|
1768
|
+
S3_4_c10_c2_0:
|
|
1769
|
+
name: 'MAIR_EL2'
|
|
1794
1770
|
description: 'Memory Attribute Indirection Register (EL2)'
|
|
1795
|
-
|
|
1796
|
-
|
|
1771
|
+
S3_4_c10_c3_0:
|
|
1772
|
+
name: 'AMAIR_EL2'
|
|
1797
1773
|
description: 'Auxiliary Memory Attribute Indirection Register (EL2)'
|
|
1798
|
-
|
|
1799
|
-
|
|
1774
|
+
S3_4_c10_c4_0:
|
|
1775
|
+
name: 'MPAMHCR_EL2'
|
|
1800
1776
|
description: 'MPAM Hypervisor Control Register (EL2)'
|
|
1801
|
-
|
|
1802
|
-
|
|
1777
|
+
S3_4_c10_c4_1:
|
|
1778
|
+
name: 'MPAMVPMV_EL2'
|
|
1803
1779
|
description: 'MPAM Virtual Partition Mapping Valid Register'
|
|
1804
|
-
|
|
1805
|
-
|
|
1780
|
+
S3_4_c10_c5_0:
|
|
1781
|
+
name: 'MPAM2_EL2'
|
|
1806
1782
|
description: 'MPAM2 Register (EL2)'
|
|
1807
|
-
|
|
1808
|
-
|
|
1783
|
+
S3_4_c10_c6_0:
|
|
1784
|
+
name: 'MPAMVPM0_EL2'
|
|
1809
1785
|
description: 'MPAM Virtual PARTID Mapping Register 0'
|
|
1810
|
-
|
|
1811
|
-
|
|
1786
|
+
S3_4_c10_c6_1:
|
|
1787
|
+
name: 'MPAMVPM1_EL2'
|
|
1812
1788
|
description: 'MPAM Virtual PARTID Mapping Register 1'
|
|
1813
|
-
|
|
1814
|
-
|
|
1789
|
+
S3_4_c10_c6_2:
|
|
1790
|
+
name: 'MPAMVPM2_EL2'
|
|
1815
1791
|
description: 'MPAM Virtual PARTID Mapping Register 2'
|
|
1816
|
-
|
|
1817
|
-
|
|
1792
|
+
S3_4_c10_c6_3:
|
|
1793
|
+
name: 'MPAMVPM3_EL2'
|
|
1818
1794
|
description: 'MPAM Virtual PARTID Mapping Register 3'
|
|
1819
|
-
|
|
1820
|
-
|
|
1795
|
+
S3_4_c10_c6_4:
|
|
1796
|
+
name: 'MPAMVPM4_EL2'
|
|
1821
1797
|
description: 'MPAM Virtual PARTID Mapping Register 4'
|
|
1822
|
-
|
|
1823
|
-
|
|
1798
|
+
S3_4_c10_c6_5:
|
|
1799
|
+
name: 'MPAMVPM5_EL2'
|
|
1824
1800
|
description: 'MPAM Virtual PARTID Mapping Register 5'
|
|
1825
|
-
|
|
1826
|
-
|
|
1801
|
+
S3_4_c10_c6_6:
|
|
1802
|
+
name: 'MPAMVPM6_EL2'
|
|
1827
1803
|
description: 'MPAM Virtual PARTID Mapping Register 6'
|
|
1828
|
-
|
|
1829
|
-
|
|
1804
|
+
S3_4_c10_c6_7:
|
|
1805
|
+
name: 'MPAMVPM7_EL2'
|
|
1830
1806
|
description: 'MPAM Virtual PARTID Mapping Register 7'
|
|
1831
|
-
|
|
1832
|
-
|
|
1807
|
+
S3_4_c12_c0_0:
|
|
1808
|
+
name: 'VBAR_EL2'
|
|
1833
1809
|
description: 'Vector Base Address Register (EL2)'
|
|
1834
|
-
|
|
1835
|
-
|
|
1810
|
+
S3_4_c12_c0_1:
|
|
1811
|
+
name: 'RVBAR_EL2'
|
|
1836
1812
|
description: 'Reset Vector Base Address Register (if EL3 not implemented)'
|
|
1837
|
-
|
|
1838
|
-
|
|
1813
|
+
S3_4_c12_c0_2:
|
|
1814
|
+
name: 'RMR_EL2'
|
|
1839
1815
|
description: 'Reset Management Register (EL2)'
|
|
1840
|
-
|
|
1841
|
-
|
|
1816
|
+
S3_4_c12_c1_1:
|
|
1817
|
+
name: 'VDISR_EL2'
|
|
1842
1818
|
description: 'Virtual Deferred Interrupt Status Register'
|
|
1843
|
-
|
|
1844
|
-
|
|
1819
|
+
S3_4_c12_c8_0:
|
|
1820
|
+
name: 'ICH_AP0R0_EL2'
|
|
1845
1821
|
description: 'Interrupt Controller Hyp Active Priorities Group 0 Register 0'
|
|
1846
|
-
|
|
1847
|
-
|
|
1822
|
+
S3_4_c12_c8_1:
|
|
1823
|
+
name: 'ICH_AP0R1_EL2'
|
|
1848
1824
|
description: 'Interrupt Controller Hyp Active Priorities Group 0 Register 1'
|
|
1849
|
-
|
|
1850
|
-
|
|
1825
|
+
S3_4_c12_c8_2:
|
|
1826
|
+
name: 'ICH_AP0R2_EL2'
|
|
1851
1827
|
description: 'Interrupt Controller Hyp Active Priorities Group 0 Register 2'
|
|
1852
|
-
|
|
1853
|
-
|
|
1828
|
+
S3_4_c12_c8_3:
|
|
1829
|
+
name: 'ICH_AP0R3_EL2'
|
|
1854
1830
|
description: 'Interrupt Controller Hyp Active Priorities Group 0 Register 3'
|
|
1855
|
-
|
|
1856
|
-
|
|
1831
|
+
S3_4_c12_c9_0:
|
|
1832
|
+
name: 'ICH_AP1R0_EL2'
|
|
1857
1833
|
description: 'Interrupt Controller Hyp Active Priorities Group 1 Register 0'
|
|
1858
|
-
|
|
1859
|
-
|
|
1834
|
+
S3_4_c12_c9_1:
|
|
1835
|
+
name: 'ICH_AP1R1_EL2'
|
|
1860
1836
|
description: 'Interrupt Controller Hyp Active Priorities Group 1 Register 1'
|
|
1861
|
-
|
|
1862
|
-
|
|
1837
|
+
S3_4_c12_c9_2:
|
|
1838
|
+
name: 'ICH_AP1R2_EL2'
|
|
1863
1839
|
description: 'Interrupt Controller Hyp Active Priorities Group 1 Register 2'
|
|
1864
|
-
|
|
1865
|
-
|
|
1840
|
+
S3_4_c12_c9_3:
|
|
1841
|
+
name: 'ICH_AP1R3_EL2'
|
|
1866
1842
|
description: 'Interrupt Controller Hyp Active Priorities Group 1 Register 3'
|
|
1867
|
-
|
|
1868
|
-
|
|
1843
|
+
S3_4_c12_c9_5:
|
|
1844
|
+
name: 'ICC_SRE_EL2'
|
|
1869
1845
|
description: 'Interrupt Controller System Register Enable register (EL2)'
|
|
1870
|
-
|
|
1871
|
-
|
|
1846
|
+
S3_4_c12_c11_0:
|
|
1847
|
+
name: 'ICH_HCR_EL2'
|
|
1872
1848
|
description: 'Interrupt Controller Hyp Control Register'
|
|
1873
|
-
|
|
1874
|
-
|
|
1849
|
+
S3_4_c12_c11_1:
|
|
1850
|
+
name: 'ICH_VTR_EL2'
|
|
1875
1851
|
description: 'Interrupt Controller VGIC Type Register'
|
|
1876
|
-
|
|
1877
|
-
|
|
1852
|
+
S3_4_c12_c11_2:
|
|
1853
|
+
name: 'ICH_MISR_EL2'
|
|
1878
1854
|
description: 'Interrupt Controller Maintenance Interrupt State Register'
|
|
1879
|
-
|
|
1880
|
-
|
|
1855
|
+
S3_4_c12_c11_3:
|
|
1856
|
+
name: 'ICH_EISR_EL2'
|
|
1881
1857
|
description: 'Interrupt Controller End of Interrupt Status Register'
|
|
1882
|
-
|
|
1883
|
-
|
|
1858
|
+
S3_4_c12_c11_5:
|
|
1859
|
+
name: 'ICH_ELRSR_EL2'
|
|
1884
1860
|
description: 'Interrupt Controller Empty List Register Status Register'
|
|
1885
|
-
|
|
1886
|
-
|
|
1861
|
+
S3_4_c12_c11_7:
|
|
1862
|
+
name: 'ICH_VMCR_EL2'
|
|
1887
1863
|
description: 'Interrupt Controller Virtual Machine Control Register'
|
|
1888
|
-
|
|
1889
|
-
|
|
1864
|
+
S3_4_c12_c12_0:
|
|
1865
|
+
name: 'ICH_LR0_EL2'
|
|
1890
1866
|
description: 'Interrupt Controller List Register 0'
|
|
1891
|
-
|
|
1892
|
-
|
|
1867
|
+
S3_4_c12_c12_1:
|
|
1868
|
+
name: 'ICH_LR1_EL2'
|
|
1893
1869
|
description: 'Interrupt Controller List Register 1'
|
|
1894
|
-
|
|
1895
|
-
|
|
1870
|
+
S3_4_c12_c12_2:
|
|
1871
|
+
name: 'ICH_LR2_EL2'
|
|
1896
1872
|
description: 'Interrupt Controller List Register 2'
|
|
1897
|
-
|
|
1898
|
-
|
|
1873
|
+
S3_4_c12_c12_3:
|
|
1874
|
+
name: 'ICH_LR3_EL2'
|
|
1899
1875
|
description: 'Interrupt Controller List Register 3'
|
|
1900
|
-
|
|
1901
|
-
|
|
1876
|
+
S3_4_c12_c12_4:
|
|
1877
|
+
name: 'ICH_LR4_EL2'
|
|
1902
1878
|
description: 'Interrupt Controller List Register 4'
|
|
1903
|
-
|
|
1904
|
-
|
|
1879
|
+
S3_4_c12_c12_5:
|
|
1880
|
+
name: 'ICH_LR5_EL2'
|
|
1905
1881
|
description: 'Interrupt Controller List Register 5'
|
|
1906
|
-
|
|
1907
|
-
|
|
1882
|
+
S3_4_c12_c12_6:
|
|
1883
|
+
name: 'ICH_LR6_EL2'
|
|
1908
1884
|
description: 'Interrupt Controller List Register 6'
|
|
1909
|
-
|
|
1910
|
-
|
|
1885
|
+
S3_4_c12_c12_7:
|
|
1886
|
+
name: 'ICH_LR7_EL2'
|
|
1911
1887
|
description: 'Interrupt Controller List Register 7'
|
|
1912
|
-
|
|
1913
|
-
|
|
1888
|
+
S3_4_c12_c13_0:
|
|
1889
|
+
name: 'ICH_LR8_EL2'
|
|
1914
1890
|
description: 'Interrupt Controller List Register 8'
|
|
1915
|
-
|
|
1916
|
-
|
|
1891
|
+
S3_4_c12_c13_1:
|
|
1892
|
+
name: 'ICH_LR9_EL2'
|
|
1917
1893
|
description: 'Interrupt Controller List Register 9'
|
|
1918
|
-
|
|
1919
|
-
|
|
1894
|
+
S3_4_c12_c13_2:
|
|
1895
|
+
name: 'ICH_LR10_EL2'
|
|
1920
1896
|
description: 'Interrupt Controller List Register 10'
|
|
1921
|
-
|
|
1922
|
-
|
|
1897
|
+
S3_4_c12_c13_3:
|
|
1898
|
+
name: 'ICH_LR11_EL2'
|
|
1923
1899
|
description: 'Interrupt Controller List Register 11'
|
|
1924
|
-
|
|
1925
|
-
|
|
1900
|
+
S3_4_c12_c13_4:
|
|
1901
|
+
name: 'ICH_LR12_EL2'
|
|
1926
1902
|
description: 'Interrupt Controller List Register 12'
|
|
1927
|
-
|
|
1928
|
-
|
|
1903
|
+
S3_4_c12_c13_5:
|
|
1904
|
+
name: 'ICH_LR13_EL2'
|
|
1929
1905
|
description: 'Interrupt Controller List Register 13'
|
|
1930
|
-
|
|
1931
|
-
|
|
1906
|
+
S3_4_c12_c13_6:
|
|
1907
|
+
name: 'ICH_LR14_EL2'
|
|
1932
1908
|
description: 'Interrupt Controller List Register 14'
|
|
1933
|
-
|
|
1934
|
-
|
|
1909
|
+
S3_4_c12_c13_7:
|
|
1910
|
+
name: 'ICH_LR15_EL2'
|
|
1935
1911
|
description: 'Interrupt Controller List Register 15'
|
|
1936
|
-
|
|
1937
|
-
|
|
1912
|
+
S3_4_c13_c0_1:
|
|
1913
|
+
name: 'CONTEXTIDR_EL2'
|
|
1938
1914
|
description: 'Context ID Register (EL2)'
|
|
1939
|
-
|
|
1940
|
-
|
|
1915
|
+
S3_4_c13_c0_2:
|
|
1916
|
+
name: 'TPIDR_EL2'
|
|
1941
1917
|
description: 'EL2 Software Thread ID Register'
|
|
1942
|
-
|
|
1943
|
-
|
|
1918
|
+
S3_4_c13_c0_7:
|
|
1919
|
+
name: 'SCXTNUM_EL2'
|
|
1944
1920
|
description: 'EL2 Read/Write Software Context Number'
|
|
1945
|
-
|
|
1946
|
-
|
|
1921
|
+
S3_4_c13_c8_0:
|
|
1922
|
+
name: 'AMEVCNTVOFF00_EL2'
|
|
1947
1923
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 0'
|
|
1948
|
-
|
|
1949
|
-
|
|
1924
|
+
S3_4_c13_c8_1:
|
|
1925
|
+
name: 'AMEVCNTVOFF01_EL2'
|
|
1950
1926
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 1'
|
|
1951
|
-
|
|
1952
|
-
|
|
1927
|
+
S3_4_c13_c8_2:
|
|
1928
|
+
name: 'AMEVCNTVOFF02_EL2'
|
|
1953
1929
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 2'
|
|
1954
|
-
|
|
1955
|
-
|
|
1930
|
+
S3_4_c13_c8_3:
|
|
1931
|
+
name: 'AMEVCNTVOFF03_EL2'
|
|
1956
1932
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 3'
|
|
1957
|
-
|
|
1958
|
-
|
|
1933
|
+
S3_4_c13_c8_4:
|
|
1934
|
+
name: 'AMEVCNTVOFF04_EL2'
|
|
1959
1935
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 4'
|
|
1960
|
-
|
|
1961
|
-
|
|
1936
|
+
S3_4_c13_c8_5:
|
|
1937
|
+
name: 'AMEVCNTVOFF05_EL2'
|
|
1962
1938
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 5'
|
|
1963
|
-
|
|
1964
|
-
|
|
1939
|
+
S3_4_c13_c8_6:
|
|
1940
|
+
name: 'AMEVCNTVOFF06_EL2'
|
|
1965
1941
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 6'
|
|
1966
|
-
|
|
1967
|
-
|
|
1942
|
+
S3_4_c13_c8_7:
|
|
1943
|
+
name: 'AMEVCNTVOFF07_EL2'
|
|
1968
1944
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 7'
|
|
1969
|
-
|
|
1970
|
-
|
|
1945
|
+
S3_4_c13_c9_0:
|
|
1946
|
+
name: 'AMEVCNTVOFF08_EL2'
|
|
1971
1947
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 8'
|
|
1972
|
-
|
|
1973
|
-
|
|
1948
|
+
S3_4_c13_c9_1:
|
|
1949
|
+
name: 'AMEVCNTVOFF09_EL2'
|
|
1974
1950
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 9'
|
|
1975
|
-
|
|
1976
|
-
|
|
1951
|
+
S3_4_c13_c9_2:
|
|
1952
|
+
name: 'AMEVCNTVOFF010_EL2'
|
|
1977
1953
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 10'
|
|
1978
|
-
|
|
1979
|
-
|
|
1954
|
+
S3_4_c13_c9_3:
|
|
1955
|
+
name: 'AMEVCNTVOFF011_EL2'
|
|
1980
1956
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 11'
|
|
1981
|
-
|
|
1982
|
-
|
|
1957
|
+
S3_4_c13_c9_4:
|
|
1958
|
+
name: 'AMEVCNTVOFF012_EL2'
|
|
1983
1959
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 12'
|
|
1984
|
-
|
|
1985
|
-
|
|
1960
|
+
S3_4_c13_c9_5:
|
|
1961
|
+
name: 'AMEVCNTVOFF013_EL2'
|
|
1986
1962
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 13'
|
|
1987
|
-
|
|
1988
|
-
|
|
1963
|
+
S3_4_c13_c9_6:
|
|
1964
|
+
name: 'AMEVCNTVOFF014_EL2'
|
|
1989
1965
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 14'
|
|
1990
|
-
|
|
1991
|
-
|
|
1966
|
+
S3_4_c13_c9_7:
|
|
1967
|
+
name: 'AMEVCNTVOFF015_EL2'
|
|
1992
1968
|
description: 'Activity Monitors Event Counter Virtual Offset Register 0 15'
|
|
1993
|
-
|
|
1994
|
-
|
|
1969
|
+
S3_4_c13_c10_0:
|
|
1970
|
+
name: 'AMEVCNTVOFF10_EL2'
|
|
1995
1971
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 0'
|
|
1996
|
-
|
|
1997
|
-
|
|
1972
|
+
S3_4_c13_c10_1:
|
|
1973
|
+
name: 'AMEVCNTVOFF11_EL2'
|
|
1998
1974
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 1'
|
|
1999
|
-
|
|
2000
|
-
|
|
1975
|
+
S3_4_c13_c10_2:
|
|
1976
|
+
name: 'AMEVCNTVOFF12_EL2'
|
|
2001
1977
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 2'
|
|
2002
|
-
|
|
2003
|
-
|
|
1978
|
+
S3_4_c13_c10_3:
|
|
1979
|
+
name: 'AMEVCNTVOFF13_EL2'
|
|
2004
1980
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 3'
|
|
2005
|
-
|
|
2006
|
-
|
|
1981
|
+
S3_4_c13_c10_4:
|
|
1982
|
+
name: 'AMEVCNTVOFF14_EL2'
|
|
2007
1983
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 4'
|
|
2008
|
-
|
|
2009
|
-
|
|
1984
|
+
S3_4_c13_c10_5:
|
|
1985
|
+
name: 'AMEVCNTVOFF15_EL2'
|
|
2010
1986
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 5'
|
|
2011
|
-
|
|
2012
|
-
|
|
1987
|
+
S3_4_c13_c10_6:
|
|
1988
|
+
name: 'AMEVCNTVOFF16_EL2'
|
|
2013
1989
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 6'
|
|
2014
|
-
|
|
2015
|
-
|
|
1990
|
+
S3_4_c13_c10_7:
|
|
1991
|
+
name: 'AMEVCNTVOFF17_EL2'
|
|
2016
1992
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 7'
|
|
2017
|
-
|
|
2018
|
-
|
|
1993
|
+
S3_4_c13_c11_0:
|
|
1994
|
+
name: 'AMEVCNTVOFF18_EL2'
|
|
2019
1995
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 8'
|
|
2020
|
-
|
|
2021
|
-
|
|
1996
|
+
S3_4_c13_c11_1:
|
|
1997
|
+
name: 'AMEVCNTVOFF19_EL2'
|
|
2022
1998
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 9'
|
|
2023
|
-
|
|
2024
|
-
|
|
1999
|
+
S3_4_c13_c11_2:
|
|
2000
|
+
name: 'AMEVCNTVOFF110_EL2'
|
|
2025
2001
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 10'
|
|
2026
|
-
|
|
2027
|
-
|
|
2002
|
+
S3_4_c13_c11_3:
|
|
2003
|
+
name: 'AMEVCNTVOFF111_EL2'
|
|
2028
2004
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 11'
|
|
2029
|
-
|
|
2030
|
-
|
|
2005
|
+
S3_4_c13_c11_4:
|
|
2006
|
+
name: 'AMEVCNTVOFF112_EL2'
|
|
2031
2007
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 12'
|
|
2032
|
-
|
|
2033
|
-
|
|
2008
|
+
S3_4_c13_c11_5:
|
|
2009
|
+
name: 'AMEVCNTVOFF113_EL2'
|
|
2034
2010
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 13'
|
|
2035
|
-
|
|
2036
|
-
|
|
2011
|
+
S3_4_c13_c11_6:
|
|
2012
|
+
name: 'AMEVCNTVOFF114_EL2'
|
|
2037
2013
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 14'
|
|
2038
|
-
|
|
2039
|
-
|
|
2014
|
+
S3_4_c13_c11_7:
|
|
2015
|
+
name: 'AMEVCNTVOFF115_EL2'
|
|
2040
2016
|
description: 'Activity Monitors Event Counter Virtual Offset Register 1 15'
|
|
2041
|
-
|
|
2042
|
-
|
|
2017
|
+
S3_4_c14_c0_3:
|
|
2018
|
+
name: 'CNTVOFF_EL2'
|
|
2043
2019
|
description: 'Counter-timer Virtual Offset register'
|
|
2044
|
-
|
|
2045
|
-
|
|
2020
|
+
S3_4_c14_c0_6:
|
|
2021
|
+
name: 'CNTPOFF_EL2'
|
|
2046
2022
|
description: 'Counter-timer Physical Offset register'
|
|
2047
|
-
|
|
2048
|
-
|
|
2023
|
+
S3_4_c14_c1_0:
|
|
2024
|
+
name: 'CNTHCTL_EL2'
|
|
2049
2025
|
description: 'Counter-timer Hypervisor Control register'
|
|
2050
|
-
|
|
2051
|
-
|
|
2026
|
+
S3_4_c14_c2_0:
|
|
2027
|
+
name: 'CNTHP_TVAL_EL2'
|
|
2052
2028
|
description: 'Counter-timer Physical Timer TimerValue register (EL2)'
|
|
2053
|
-
|
|
2054
|
-
|
|
2029
|
+
S3_4_c14_c2_1:
|
|
2030
|
+
name: 'CNTHP_CTL_EL2'
|
|
2055
2031
|
description: 'Counter-timer Hypervisor Physical Timer Control register'
|
|
2056
|
-
|
|
2057
|
-
|
|
2032
|
+
S3_4_c14_c2_2:
|
|
2033
|
+
name: 'CNTHP_CVAL_EL2'
|
|
2058
2034
|
description: 'Counter-timer Physical Timer CompareValue register (EL2)'
|
|
2059
|
-
|
|
2060
|
-
|
|
2035
|
+
S3_4_c14_c3_0:
|
|
2036
|
+
name: 'CNTHV_TVAL_EL2'
|
|
2061
2037
|
description: 'Counter-timer Virtual Timer TimerValue Register (EL2)'
|
|
2062
|
-
|
|
2063
|
-
|
|
2038
|
+
S3_4_c14_c3_1:
|
|
2039
|
+
name: 'CNTHV_CTL_EL2'
|
|
2064
2040
|
description: 'Counter-timer Virtual Timer Control register (EL2)'
|
|
2065
|
-
|
|
2066
|
-
|
|
2041
|
+
S3_4_c14_c3_2:
|
|
2042
|
+
name: 'CNTHV_CVAL_EL2'
|
|
2067
2043
|
description: 'Counter-timer Virtual Timer CompareValue register (EL2)'
|
|
2068
|
-
|
|
2069
|
-
|
|
2044
|
+
S3_4_c14_c4_0:
|
|
2045
|
+
name: 'CNTHVS_TVAL_EL2'
|
|
2070
2046
|
description: 'Counter-timer Secure Virtual Timer TimerValue register (EL2)'
|
|
2071
|
-
|
|
2072
|
-
|
|
2047
|
+
S3_4_c14_c4_1:
|
|
2048
|
+
name: 'CNTHVS_CTL_EL2'
|
|
2073
2049
|
description: 'Counter-timer Secure Virtual Timer Control register (EL2)'
|
|
2074
|
-
|
|
2075
|
-
|
|
2050
|
+
S3_4_c14_c4_2:
|
|
2051
|
+
name: 'CNTHVS_CVAL_EL2'
|
|
2076
2052
|
description: 'Counter-timer Secure Virtual Timer CompareValue register (EL2)'
|
|
2077
|
-
|
|
2078
|
-
|
|
2053
|
+
S3_4_c14_c5_0:
|
|
2054
|
+
name: 'CNTHPS_TVAL_EL2'
|
|
2079
2055
|
description: 'Counter-timer Secure Physical Timer TimerValue register (EL2)'
|
|
2080
|
-
|
|
2081
|
-
|
|
2056
|
+
S3_4_c14_c5_1:
|
|
2057
|
+
name: 'CNTHPS_CTL_EL2'
|
|
2082
2058
|
description: 'Counter-timer Secure Physical Timer Control register (EL2)'
|
|
2083
|
-
|
|
2084
|
-
|
|
2059
|
+
S3_4_c14_c5_2:
|
|
2060
|
+
name: 'CNTHPS_CVAL_EL2'
|
|
2085
2061
|
description: 'Counter-timer Secure Physical Timer CompareValue register (EL2)'
|
|
2086
|
-
|
|
2087
|
-
|
|
2062
|
+
S3_6_c1_c0_0:
|
|
2063
|
+
name: 'SCTLR_EL3'
|
|
2088
2064
|
description: 'System Control Register (EL3)'
|
|
2089
|
-
|
|
2090
|
-
|
|
2065
|
+
S3_6_c1_c0_1:
|
|
2066
|
+
name: 'ACTLR_EL3'
|
|
2091
2067
|
description: 'Auxiliary Control Register (EL3)'
|
|
2092
|
-
|
|
2093
|
-
|
|
2068
|
+
S3_6_c1_c1_0:
|
|
2069
|
+
name: 'SCR_EL3'
|
|
2094
2070
|
description: 'Secure Configuration Register'
|
|
2095
|
-
|
|
2096
|
-
|
|
2071
|
+
S3_6_c1_c1_1:
|
|
2072
|
+
name: 'SDER32_EL3'
|
|
2097
2073
|
description: 'AArch32 Secure Debug Enable Register'
|
|
2098
|
-
|
|
2099
|
-
|
|
2074
|
+
S3_6_c1_c1_2:
|
|
2075
|
+
name: 'CPTR_EL3'
|
|
2100
2076
|
description: 'Architectural Feature Trap Register (EL3)'
|
|
2101
|
-
|
|
2102
|
-
|
|
2077
|
+
S3_6_c1_c2_0:
|
|
2078
|
+
name: 'ZCR_EL3'
|
|
2103
2079
|
description: 'SVE Control Register for EL3'
|
|
2104
|
-
|
|
2105
|
-
|
|
2080
|
+
S3_6_c1_c3_1:
|
|
2081
|
+
name: 'MDCR_EL3'
|
|
2106
2082
|
description: 'Monitor Debug Configuration Register (EL3)'
|
|
2107
|
-
|
|
2108
|
-
|
|
2083
|
+
S3_6_c2_c0_0:
|
|
2084
|
+
name: 'TTBR0_EL3'
|
|
2109
2085
|
description: 'Translation Table Base Register 0 (EL3)'
|
|
2110
|
-
|
|
2111
|
-
|
|
2086
|
+
S3_6_c2_c0_2:
|
|
2087
|
+
name: 'TCR_EL3'
|
|
2112
2088
|
description: 'Translation Control Register (EL3)'
|
|
2113
|
-
|
|
2114
|
-
|
|
2089
|
+
S3_6_c4_c0_0:
|
|
2090
|
+
name: 'SPSR_EL3'
|
|
2115
2091
|
description: 'Saved Program Status Register (EL3)'
|
|
2116
|
-
|
|
2117
|
-
|
|
2092
|
+
S3_6_c4_c0_1:
|
|
2093
|
+
name: 'ELR_EL3'
|
|
2118
2094
|
description: 'Exception Link Register (EL3)'
|
|
2119
|
-
|
|
2120
|
-
|
|
2095
|
+
S3_6_c4_c1_0:
|
|
2096
|
+
name: 'SP_EL2'
|
|
2121
2097
|
description: 'Stack Pointer (EL2)'
|
|
2122
|
-
|
|
2123
|
-
|
|
2098
|
+
S3_6_c5_c1_0:
|
|
2099
|
+
name: 'AFSR0_EL3'
|
|
2124
2100
|
description: 'Auxiliary Fault Status Register 0 (EL3)'
|
|
2125
|
-
|
|
2126
|
-
|
|
2101
|
+
S3_6_c5_c1_1:
|
|
2102
|
+
name: 'AFSR1_EL3'
|
|
2127
2103
|
description: 'Auxiliary Fault Status Register 1 (EL3)'
|
|
2128
|
-
|
|
2129
|
-
|
|
2104
|
+
S3_6_c5_c2_0:
|
|
2105
|
+
name: 'ESR_EL3'
|
|
2130
2106
|
description: 'Exception Syndrome Register (EL3)'
|
|
2131
|
-
|
|
2132
|
-
|
|
2107
|
+
S3_6_c5_c6_0:
|
|
2108
|
+
name: 'TFSR_EL3'
|
|
2133
2109
|
description: 'Tag Fault Status Register (EL3)'
|
|
2134
|
-
|
|
2135
|
-
|
|
2110
|
+
S3_6_c6_c0_0:
|
|
2111
|
+
name: 'FAR_EL3'
|
|
2136
2112
|
description: 'Fault Address Register (EL3)'
|
|
2137
|
-
|
|
2138
|
-
|
|
2113
|
+
S3_6_c10_c2_0:
|
|
2114
|
+
name: 'MAIR_EL3'
|
|
2139
2115
|
description: 'Memory Attribute Indirection Register (EL3)'
|
|
2140
|
-
|
|
2141
|
-
|
|
2116
|
+
S3_6_c10_c3_0:
|
|
2117
|
+
name: 'AMAIR_EL3'
|
|
2142
2118
|
description: 'Auxiliary Memory Attribute Indirection Register (EL3)'
|
|
2143
|
-
|
|
2144
|
-
|
|
2119
|
+
S3_6_c10_c5_0:
|
|
2120
|
+
name: 'MPAM3_EL3'
|
|
2145
2121
|
description: 'MPAM3 Register (EL3)'
|
|
2146
|
-
|
|
2147
|
-
|
|
2122
|
+
S3_6_c12_c0_0:
|
|
2123
|
+
name: 'VBAR_EL3'
|
|
2148
2124
|
description: 'Vector Base Address Register (EL3)'
|
|
2149
|
-
|
|
2150
|
-
|
|
2125
|
+
S3_6_c12_c0_1:
|
|
2126
|
+
name: 'RVBAR_EL3'
|
|
2151
2127
|
description: 'Reset Vector Base Address Register (if EL3 implemented)'
|
|
2152
|
-
|
|
2153
|
-
|
|
2128
|
+
S3_6_c12_c0_2:
|
|
2129
|
+
name: 'RMR_EL3'
|
|
2154
2130
|
description: 'Reset Management Register (EL3)'
|
|
2155
|
-
|
|
2156
|
-
|
|
2131
|
+
S3_6_c12_c12_4:
|
|
2132
|
+
name: 'ICC_CTLR_EL3'
|
|
2157
2133
|
description: 'Interrupt Controller Control Register (EL3)'
|
|
2158
|
-
|
|
2159
|
-
|
|
2134
|
+
S3_6_c12_c12_5:
|
|
2135
|
+
name: 'ICC_SRE_EL3'
|
|
2160
2136
|
description: 'Interrupt Controller System Register Enable register (EL3)'
|
|
2161
|
-
|
|
2162
|
-
|
|
2137
|
+
S3_6_c12_c12_7:
|
|
2138
|
+
name: 'ICC_IGRPEN1_EL3'
|
|
2163
2139
|
description: 'Interrupt Controller Interrupt Group 1 Enable register (EL3)'
|
|
2164
|
-
|
|
2165
|
-
|
|
2140
|
+
S3_6_c13_c0_2:
|
|
2141
|
+
name: 'TPIDR_EL3'
|
|
2166
2142
|
description: 'EL3 Software Thread ID Register'
|
|
2167
|
-
|
|
2168
|
-
|
|
2143
|
+
S3_6_c13_c0_7:
|
|
2144
|
+
name: 'SCXTNUM_EL3'
|
|
2169
2145
|
description: 'EL3 Read/Write Software Context Number'
|
|
2170
|
-
|
|
2171
|
-
|
|
2146
|
+
S3_7_c14_c2_0:
|
|
2147
|
+
name: 'CNTPS_TVAL_EL1'
|
|
2172
2148
|
description: 'Counter-timer Physical Secure Timer TimerValue register'
|
|
2173
|
-
|
|
2174
|
-
|
|
2149
|
+
S3_7_c14_c2_1:
|
|
2150
|
+
name: 'CNTPS_CTL_EL1'
|
|
2175
2151
|
description: 'Counter-timer Physical Secure Timer Control register'
|
|
2176
|
-
|
|
2177
|
-
|
|
2152
|
+
S3_7_c14_c2_2:
|
|
2153
|
+
name: 'CNTPS_CVAL_EL1'
|
|
2178
2154
|
description: 'Counter-timer Physical Secure Timer CompareValue register'
|
|
2179
2155
|
apple_system_registers:
|
|
2180
|
-
|
|
2156
|
+
S3_0_c15_c0_0:
|
|
2181
2157
|
name: 'HID0'
|
|
2182
2158
|
description: ''
|
|
2183
|
-
|
|
2159
|
+
S3_0_c15_c0_1:
|
|
2184
2160
|
name: 'EHID0'
|
|
2185
2161
|
description: ''
|
|
2186
|
-
|
|
2162
|
+
S3_0_c15_c1_0:
|
|
2187
2163
|
name: 'HID1'
|
|
2188
2164
|
description: ''
|
|
2189
|
-
|
|
2165
|
+
S3_0_c15_c1_1:
|
|
2190
2166
|
name: 'EHID1'
|
|
2191
2167
|
description: ''
|
|
2192
|
-
|
|
2168
|
+
S3_0_c15_c2_0:
|
|
2193
2169
|
name: 'HID2'
|
|
2194
2170
|
description: ''
|
|
2195
|
-
|
|
2171
|
+
S3_0_c15_c2_1:
|
|
2196
2172
|
name: 'EHID2'
|
|
2197
2173
|
description: ''
|
|
2198
|
-
|
|
2174
|
+
S3_0_c15_c3_0:
|
|
2199
2175
|
name: 'HID3'
|
|
2200
2176
|
description: ''
|
|
2201
|
-
|
|
2177
|
+
S3_0_c15_c3_1:
|
|
2202
2178
|
name: 'EHID3'
|
|
2203
2179
|
description: ''
|
|
2204
|
-
|
|
2180
|
+
S3_0_c15_c4_0:
|
|
2205
2181
|
name: 'HID4'
|
|
2206
2182
|
description: ''
|
|
2207
|
-
|
|
2183
|
+
S3_0_c15_c4_1:
|
|
2208
2184
|
name: 'EHID4'
|
|
2209
2185
|
description: ''
|
|
2210
|
-
|
|
2186
|
+
S3_0_c15_c5_0:
|
|
2211
2187
|
name: 'HID5'
|
|
2212
2188
|
description: 'L2 cache load/store prefetcher'
|
|
2213
|
-
|
|
2189
|
+
S3_0_c15_c5_1:
|
|
2214
2190
|
name: 'EHID5'
|
|
2215
2191
|
description: ''
|
|
2216
|
-
|
|
2192
|
+
S3_0_c15_c6_0:
|
|
2217
2193
|
name: 'HID6'
|
|
2218
2194
|
description: ''
|
|
2219
|
-
|
|
2195
|
+
S3_0_c15_c7_0:
|
|
2220
2196
|
name: 'L2_CRAMCONFIG'
|
|
2221
2197
|
description: ''
|
|
2222
|
-
|
|
2198
|
+
S3_0_c15_c8_0:
|
|
2223
2199
|
name: 'HID8'
|
|
2224
2200
|
description: ''
|
|
2225
|
-
|
|
2201
|
+
S3_0_c15_c9_0:
|
|
2226
2202
|
name: 'HID9'
|
|
2227
2203
|
description: ''
|
|
2228
|
-
|
|
2204
|
+
S3_0_c15_c10_0:
|
|
2229
2205
|
name: 'HID10'
|
|
2230
2206
|
description: ''
|
|
2231
|
-
|
|
2207
|
+
S3_0_c15_c10_1:
|
|
2232
2208
|
name: 'EHID10'
|
|
2233
2209
|
description: ''
|
|
2234
|
-
|
|
2210
|
+
S3_0_c15_c11_0:
|
|
2235
2211
|
name: 'HID11'
|
|
2236
2212
|
description: ''
|
|
2237
|
-
|
|
2213
|
+
S3_0_c15_c11_1:
|
|
2238
2214
|
name: 'EHID11'
|
|
2239
2215
|
description: ''
|
|
2240
|
-
|
|
2216
|
+
S3_0_c15_c14_0:
|
|
2241
2217
|
name: 'HID13'
|
|
2242
2218
|
description: ''
|
|
2243
|
-
|
|
2219
|
+
S3_0_c15_c15_0:
|
|
2244
2220
|
name: 'HID14'
|
|
2245
2221
|
description: ''
|
|
2246
|
-
|
|
2222
|
+
S3_0_c15_c15_2:
|
|
2247
2223
|
name: 'HID16'
|
|
2248
2224
|
description: ''
|
|
2249
|
-
|
|
2225
|
+
S3_1_c15_c0_0:
|
|
2250
2226
|
name: 'PMCR0'
|
|
2251
2227
|
description: 'Apple Performance Monitor Control Register 0'
|
|
2252
|
-
|
|
2228
|
+
S3_1_c15_c1_0:
|
|
2253
2229
|
name: 'PMCR1'
|
|
2254
2230
|
description: 'Controls which execution modes count events'
|
|
2255
|
-
|
|
2231
|
+
S3_1_c15_c2_0:
|
|
2256
2232
|
name: 'PMCR2'
|
|
2257
2233
|
description: 'Controls watchpoint registers'
|
|
2258
|
-
|
|
2234
|
+
S3_1_c15_c3_0:
|
|
2259
2235
|
name: 'PMCR3'
|
|
2260
2236
|
description: 'Controls breakpoints and address matching'
|
|
2261
|
-
|
|
2237
|
+
S3_1_c15_c4_0:
|
|
2262
2238
|
name: 'PMCR4'
|
|
2263
2239
|
description: 'Controls opcode matching'
|
|
2264
|
-
|
|
2240
|
+
S3_1_c15_c5_0:
|
|
2265
2241
|
name: 'PMESR0'
|
|
2266
2242
|
description: ''
|
|
2267
|
-
|
|
2243
|
+
S3_1_c15_c6_0:
|
|
2268
2244
|
name: 'PMESR1'
|
|
2269
2245
|
description: ''
|
|
2270
|
-
|
|
2246
|
+
S3_1_c15_c7_0:
|
|
2271
2247
|
name: 'OPMAT0'
|
|
2272
2248
|
description: ''
|
|
2273
|
-
|
|
2249
|
+
S3_1_c15_c8_0:
|
|
2274
2250
|
name: 'OPMAT1'
|
|
2275
2251
|
description: ''
|
|
2276
|
-
|
|
2252
|
+
S3_1_c15_c9_0:
|
|
2277
2253
|
name: 'OPMSK0'
|
|
2278
2254
|
description: ''
|
|
2279
|
-
|
|
2255
|
+
S3_1_c15_c10_0:
|
|
2280
2256
|
name: 'OPMSK1'
|
|
2281
2257
|
description: ''
|
|
2282
|
-
|
|
2258
|
+
S3_1_c15_c13_0:
|
|
2283
2259
|
name: 'PMSR'
|
|
2284
2260
|
description: ''
|
|
2285
|
-
|
|
2261
|
+
S3_2_c15_c0_0:
|
|
2286
2262
|
name: 'PMC0'
|
|
2287
2263
|
description: '48-bit cycles counter'
|
|
2288
|
-
|
|
2264
|
+
S3_2_c15_c1_0:
|
|
2289
2265
|
name: 'PMC1'
|
|
2290
2266
|
description: '48-bit instructions counter'
|
|
2291
|
-
|
|
2267
|
+
S3_2_c15_c2_0:
|
|
2292
2268
|
name: 'PMC2'
|
|
2293
2269
|
description: ''
|
|
2294
|
-
|
|
2270
|
+
S3_2_c15_c3_0:
|
|
2295
2271
|
name: 'PMC3'
|
|
2296
2272
|
description: ''
|
|
2297
|
-
|
|
2273
|
+
S3_2_c15_c4_0:
|
|
2298
2274
|
name: 'PMC4'
|
|
2299
2275
|
description: ''
|
|
2300
|
-
|
|
2276
|
+
S3_2_c15_c5_0:
|
|
2301
2277
|
name: 'PMC5'
|
|
2302
2278
|
description: ''
|
|
2303
|
-
|
|
2279
|
+
S3_2_c15_c6_0:
|
|
2304
2280
|
name: 'PMC6'
|
|
2305
2281
|
description: ''
|
|
2306
|
-
|
|
2282
|
+
S3_2_c15_c7_0:
|
|
2307
2283
|
name: 'PMC7'
|
|
2308
2284
|
description: ''
|
|
2309
|
-
|
|
2285
|
+
S3_2_c15_c9_0:
|
|
2310
2286
|
name: 'PMC8'
|
|
2311
2287
|
description: ''
|
|
2312
|
-
|
|
2288
|
+
S3_2_c15_c10_0:
|
|
2313
2289
|
name: 'PMC9'
|
|
2314
2290
|
description: ''
|
|
2315
|
-
|
|
2291
|
+
S3_2_c15_c12_0:
|
|
2316
2292
|
name: 'PMTRHLD6'
|
|
2317
2293
|
description: ''
|
|
2318
|
-
|
|
2294
|
+
S3_2_c15_c13_0:
|
|
2319
2295
|
name: 'PMTRHLD4'
|
|
2320
2296
|
description: ''
|
|
2321
|
-
|
|
2297
|
+
S3_2_c15_c14_0:
|
|
2322
2298
|
name: 'PMTRHLD2'
|
|
2323
2299
|
description: ''
|
|
2324
|
-
|
|
2300
|
+
S3_2_c15_c15_0:
|
|
2325
2301
|
name: 'PMMMAP'
|
|
2326
2302
|
description: ''
|
|
2327
|
-
|
|
2303
|
+
S3_3_c15_c0_0:
|
|
2328
2304
|
name: 'LSU_ERR_STS'
|
|
2329
2305
|
description: 'LSU Error Status'
|
|
2330
|
-
|
|
2306
|
+
S3_3_c15_c1_0:
|
|
2331
2307
|
name: 'LSU_ERR_CTL'
|
|
2332
2308
|
description: 'LSU Error Control'
|
|
2333
|
-
|
|
2309
|
+
S3_3_c15_c2_0:
|
|
2334
2310
|
name: 'E_LSU_ERR_STS'
|
|
2335
2311
|
description: 'LSU Error Status'
|
|
2336
|
-
|
|
2312
|
+
S3_3_c15_c7_0:
|
|
2337
2313
|
name: 'L2_CRAMCONFIG'
|
|
2338
2314
|
description: 'LSU Error Status'
|
|
2339
|
-
|
|
2315
|
+
S3_3_c15_c8_0:
|
|
2340
2316
|
name: 'LLC_ERR_STS'
|
|
2341
2317
|
description: 'LLC Error Status'
|
|
2342
|
-
|
|
2318
|
+
S3_3_c15_c8_1:
|
|
2343
2319
|
name: 'L2E_ERR_STS'
|
|
2344
2320
|
description: ''
|
|
2345
|
-
|
|
2321
|
+
S3_3_c15_c9_0:
|
|
2346
2322
|
name: 'LLC_ERR_ADR'
|
|
2347
2323
|
description: 'LLC Error Address'
|
|
2348
|
-
|
|
2324
|
+
S3_3_c15_c9_1:
|
|
2349
2325
|
name: 'L2E_ERR_ADR'
|
|
2350
2326
|
description: ''
|
|
2351
|
-
|
|
2327
|
+
S3_3_c15_c10_0:
|
|
2352
2328
|
name: 'LLC_ERR_INF'
|
|
2353
2329
|
description: 'LLC Error Information'
|
|
2354
|
-
|
|
2330
|
+
S3_3_c15_c10_1:
|
|
2355
2331
|
name: 'L2E_ERR_INF'
|
|
2356
2332
|
description: ''
|
|
2357
|
-
|
|
2333
|
+
S3_4_c15_c0_0:
|
|
2358
2334
|
name: 'FED_ERR_STS'
|
|
2359
2335
|
description: 'FED Error Status'
|
|
2360
|
-
|
|
2336
|
+
S3_4_c15_c0_2:
|
|
2361
2337
|
name: 'E_FED_ERR_STS'
|
|
2362
2338
|
description: 'FED Error Status'
|
|
2363
|
-
|
|
2339
|
+
S3_4_c15_c0_4:
|
|
2364
2340
|
name: 'APCTL_EL1/MIGSTS'
|
|
2365
2341
|
description: ''
|
|
2366
|
-
|
|
2342
|
+
S3_4_c15_c1_0:
|
|
2367
2343
|
name: 'KERNELKEYLO_EL1'
|
|
2368
2344
|
description: 'PAC Kernel Key (bits[63:0])'
|
|
2369
|
-
|
|
2345
|
+
S3_4_c15_c1_1:
|
|
2370
2346
|
name: 'KERNELKEYHI_EL1'
|
|
2371
2347
|
description: 'PAC Kernel Key (bits[127:64])'
|
|
2372
|
-
|
|
2348
|
+
S3_4_c15_c1_2:
|
|
2373
2349
|
name: 'VMSA_LOCK_EL1'
|
|
2374
2350
|
description: 'VMSA Lock'
|
|
2375
|
-
|
|
2351
|
+
S3_4_c15_c1_6:
|
|
2376
2352
|
name: 'CTRR_B_UPR_EL1'
|
|
2377
2353
|
description: 'CTRR Upper Range B'
|
|
2378
|
-
|
|
2354
|
+
S3_4_c15_c1_7:
|
|
2379
2355
|
name: 'CTRR_B_LWR_EL1'
|
|
2380
2356
|
description: 'CTRR Lower Range B'
|
|
2381
|
-
|
|
2357
|
+
S3_4_c15_c2_0:
|
|
2382
2358
|
name: 'APRR_0'
|
|
2383
2359
|
description: 'APRR Register 0'
|
|
2384
|
-
|
|
2360
|
+
S3_4_c15_c2_1:
|
|
2385
2361
|
name: 'APRR_1'
|
|
2386
2362
|
description: 'APRR Register 1'
|
|
2387
|
-
|
|
2363
|
+
S3_4_c15_c2_2:
|
|
2388
2364
|
name: 'CTRR_LOCK'
|
|
2389
2365
|
description: 'CTRR Lockdown'
|
|
2390
|
-
|
|
2366
|
+
S3_4_c15_c2_3:
|
|
2391
2367
|
name: 'CTRR_A_LWR_EL1'
|
|
2392
2368
|
description: 'CTRR Lower Range'
|
|
2393
|
-
|
|
2369
|
+
S3_4_c15_c2_4:
|
|
2394
2370
|
name: 'CTRR_A_UPR_EL1'
|
|
2395
2371
|
description: 'CTRR Upper Range'
|
|
2396
|
-
|
|
2372
|
+
S3_4_c15_c2_5:
|
|
2397
2373
|
name: 'CTRR_CTL_EL1'
|
|
2398
2374
|
description: 'CTRR Control Register'
|
|
2399
|
-
|
|
2375
|
+
S3_4_c15_c2_6:
|
|
2400
2376
|
name: 'APRR_6'
|
|
2401
2377
|
description: 'APRR Register 6'
|
|
2402
|
-
|
|
2378
|
+
S3_4_c15_c2_7:
|
|
2403
2379
|
name: 'APRR_7'
|
|
2404
2380
|
description: 'APRR Register 7'
|
|
2405
|
-
|
|
2381
|
+
S3_4_c15_c11_0:
|
|
2406
2382
|
name: 'ACC_CTRR_A_LWR_EL2'
|
|
2407
2383
|
description: ''
|
|
2408
|
-
|
|
2384
|
+
S3_4_c15_c11_1:
|
|
2409
2385
|
name: 'ACC_CTRR_A_UPR_EL2'
|
|
2410
2386
|
description: ''
|
|
2411
|
-
|
|
2387
|
+
S3_4_c15_c11_4:
|
|
2412
2388
|
name: 'ACC_CTRR_CTL_EL2'
|
|
2413
2389
|
description: ''
|
|
2414
|
-
|
|
2390
|
+
S3_4_c15_c11_5:
|
|
2415
2391
|
name: 'ACC_CTRR_LOCK_EL2'
|
|
2416
2392
|
description: ''
|
|
2417
|
-
|
|
2393
|
+
S3_5_c15_c0_0:
|
|
2418
2394
|
name: 'IPI_RR_LOCAL'
|
|
2419
2395
|
description: ''
|
|
2420
|
-
|
|
2396
|
+
S3_5_c15_c0_1:
|
|
2421
2397
|
name: 'IPI_RR_GLOBAL'
|
|
2422
2398
|
description: ''
|
|
2423
|
-
|
|
2399
|
+
S3_5_c15_c0_5:
|
|
2424
2400
|
name: 'DPC_ERR_STS'
|
|
2425
2401
|
description: ''
|
|
2426
|
-
|
|
2402
|
+
S3_5_c15_c1_1:
|
|
2427
2403
|
name: 'IPI_SR'
|
|
2428
2404
|
description: ''
|
|
2429
|
-
|
|
2405
|
+
S3_5_c15_c3_1:
|
|
2430
2406
|
name: 'IPI_CR'
|
|
2431
2407
|
description: ''
|
|
2432
|
-
|
|
2408
|
+
S3_5_c15_c4_0:
|
|
2433
2409
|
name: 'ACC_CFG/CYC_CFG'
|
|
2434
2410
|
description: ''
|
|
2435
|
-
|
|
2411
|
+
S3_5_c15_c5_0:
|
|
2436
2412
|
name: 'CYC_OVRD'
|
|
2437
2413
|
description: ''
|
|
2438
|
-
|
|
2414
|
+
S3_5_c15_c6_0:
|
|
2439
2415
|
name: 'ACC_OVRD'
|
|
2440
2416
|
description: ''
|
|
2441
|
-
|
|
2417
|
+
S3_5_c15_c6_1:
|
|
2442
2418
|
name: 'ACC_EBLK_OVRD'
|
|
2443
2419
|
description: ''
|
|
2444
|
-
|
|
2420
|
+
S3_6_c15_c0_0:
|
|
2445
2421
|
name: 'MMU_ERR_STS'
|
|
2446
2422
|
description: 'MMU Error Status'
|
|
2447
|
-
|
|
2423
|
+
S3_6_c15_c2_0:
|
|
2448
2424
|
name: 'E_MMU_ERR_STS'
|
|
2449
2425
|
description: 'MMU Error Status'
|
|
2450
|
-
|
|
2426
|
+
S3_6_c15_c12_4:
|
|
2451
2427
|
name: 'APSTS_EL1'
|
|
2452
2428
|
description: ''
|
|
2453
|
-
|
|
2429
|
+
S3_7_c15_c0_4:
|
|
2454
2430
|
name: 'UPMCR0'
|
|
2455
2431
|
description: 'Controls which counters are enabled and how interrupts are generated for overflows'
|
|
2456
|
-
|
|
2432
|
+
S3_7_c15_c0_5:
|
|
2457
2433
|
name: 'UPMC8'
|
|
2458
2434
|
description: ''
|
|
2459
|
-
|
|
2435
|
+
S3_7_c15_c1_4:
|
|
2460
2436
|
name: 'UPMESR0'
|
|
2461
2437
|
description: 'Event selection register for counters 0-7'
|
|
2462
|
-
|
|
2438
|
+
S3_7_c15_c1_5:
|
|
2463
2439
|
name: 'UPMC9'
|
|
2464
2440
|
description: ''
|
|
2465
|
-
|
|
2441
|
+
S3_7_c15_c2_5:
|
|
2466
2442
|
name: 'UPMC10'
|
|
2467
2443
|
description: ''
|
|
2468
|
-
|
|
2444
|
+
S3_7_c15_c3_4:
|
|
2469
2445
|
name: 'UPMECM0'
|
|
2470
2446
|
description: 'Event core masks for counters 0-3'
|
|
2471
|
-
|
|
2447
|
+
S3_7_c15_c3_5:
|
|
2472
2448
|
name: 'UPMC11'
|
|
2473
2449
|
description: ''
|
|
2474
|
-
|
|
2450
|
+
S3_7_c15_c4_4:
|
|
2475
2451
|
name: 'UPMECM1'
|
|
2476
2452
|
description: 'Event core masks for counters 4-7'
|
|
2477
|
-
|
|
2453
|
+
S3_7_c15_c4_5:
|
|
2478
2454
|
name: 'UPMC12'
|
|
2479
2455
|
description: ''
|
|
2480
|
-
|
|
2456
|
+
S3_7_c15_c5_4:
|
|
2481
2457
|
name: 'UPMPCM'
|
|
2482
2458
|
description: ''
|
|
2483
|
-
|
|
2459
|
+
S3_7_c15_c5_5:
|
|
2484
2460
|
name: 'UPMC13'
|
|
2485
2461
|
description: ''
|
|
2486
|
-
|
|
2462
|
+
S3_7_c15_c6_4:
|
|
2487
2463
|
name: 'UPMSR'
|
|
2488
2464
|
description: ''
|
|
2489
|
-
|
|
2465
|
+
S3_7_c15_c6_5:
|
|
2490
2466
|
name: 'UPMC14'
|
|
2491
2467
|
description: ''
|
|
2492
|
-
|
|
2468
|
+
S3_7_c15_c7_4:
|
|
2493
2469
|
name: 'UPMC0'
|
|
2494
2470
|
description: ''
|
|
2495
|
-
|
|
2471
|
+
S3_7_c15_c7_5:
|
|
2496
2472
|
name: 'UPMC15'
|
|
2497
2473
|
description: ''
|
|
2498
|
-
|
|
2474
|
+
S3_7_c15_c8_4:
|
|
2499
2475
|
name: 'UPMC1'
|
|
2500
2476
|
description: ''
|
|
2501
|
-
|
|
2477
|
+
S3_7_c15_c8_5:
|
|
2502
2478
|
name: 'UPMECM2'
|
|
2503
2479
|
description: 'Event core masks for counters 8-11'
|
|
2504
|
-
|
|
2480
|
+
S3_7_c15_c9_4:
|
|
2505
2481
|
name: 'UPMC2'
|
|
2506
2482
|
description: ''
|
|
2507
|
-
|
|
2483
|
+
S3_7_c15_c9_5:
|
|
2508
2484
|
name: 'UPMECM3'
|
|
2509
2485
|
description: 'Event core masks for counters 12-15'
|
|
2510
|
-
|
|
2486
|
+
S3_7_c15_c10_4:
|
|
2511
2487
|
name: 'UPMC3'
|
|
2512
2488
|
description: ''
|
|
2513
|
-
|
|
2489
|
+
S3_7_c15_c11_4:
|
|
2514
2490
|
name: 'UPMC4'
|
|
2515
2491
|
description: ''
|
|
2516
|
-
|
|
2492
|
+
S3_7_c15_c11_5:
|
|
2517
2493
|
name: 'UPMESR1'
|
|
2518
2494
|
description: 'Event selection register for counters 8-15'
|
|
2519
|
-
|
|
2495
|
+
S3_7_c15_c12_4:
|
|
2520
2496
|
name: 'UPMC5'
|
|
2521
2497
|
description: ''
|
|
2522
|
-
|
|
2498
|
+
S3_7_c15_c13_4:
|
|
2523
2499
|
name: 'UPMC6'
|
|
2524
2500
|
description: ''
|
|
2525
|
-
|
|
2501
|
+
S3_7_c15_c14_4:
|
|
2526
2502
|
name: 'UPMC7'
|
|
2527
2503
|
description: ''
|