Skip to content

Commit 89b6c3e

Browse files
jgoulyctmarinas
authored andcommitted
arm64/sysreg: add system registers TCR2_ELx
Add definitions of TCR2_EL1, TCR2_EL12 and TCR_EL2 registers. Signed-off-by: Joey Gouly <[email protected]> Cc: Will Deacon <[email protected]> Cc: Mark Brown <[email protected]> Reviewed-by: Mark Brown <[email protected]> Acked-by: Catalin Marinas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 00ac846 commit 89b6c3e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

arch/arm64/tools/sysreg

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,6 +2225,48 @@ Sysreg TTBR1_EL1 3 0 2 0 1
22252225
Fields TTBRx_EL1
22262226
EndSysreg
22272227

2228+
SysregFields TCR2_EL1x
2229+
Res0 63:16
2230+
Field 15 DisCH1
2231+
Field 14 DisCH0
2232+
Res0 13:12
2233+
Field 11 HAFT
2234+
Field 10 PTTWI
2235+
Res0 9:6
2236+
Field 5 D128
2237+
Field 4 AIE
2238+
Field 3 POE
2239+
Field 2 E0POE
2240+
Field 1 PIE
2241+
Field 0 PnCH
2242+
EndSysregFields
2243+
2244+
Sysreg TCR2_EL1 3 0 2 0 3
2245+
Fields TCR2_EL1x
2246+
EndSysreg
2247+
2248+
Sysreg TCR2_EL12 3 5 2 0 3
2249+
Fields TCR2_EL1x
2250+
EndSysreg
2251+
2252+
Sysreg TCR2_EL2 3 4 2 0 3
2253+
Res0 63:16
2254+
Field 15 DisCH1
2255+
Field 14 DisCH0
2256+
Field 13 AMEC1
2257+
Field 12 AMEC0
2258+
Field 11 HAFT
2259+
Field 10 PTTWI
2260+
Field 9:8 SKL1
2261+
Field 7:6 SKL0
2262+
Field 5 D128
2263+
Field 4 AIE
2264+
Field 3 POE
2265+
Field 2 E0POE
2266+
Field 1 PIE
2267+
Field 0 PnCH
2268+
EndSysreg
2269+
22282270
Sysreg LORSA_EL1 3 0 10 4 0
22292271
Res0 63:52
22302272
Field 51:16 SA

0 commit comments

Comments
 (0)