arm64: Add a constant to document the TZ bit in CPTR_EL2 without VHE

Reviewed by:	emaste
Sponsored by:	AFRL, DARPA
Differential Revision:	https://reviews.freebsd.org/D47882
This commit is contained in:
John Baldwin
2024-12-06 17:38:34 -05:00
parent fda0403eb0
commit e248e08a15
+1
View File
@@ -56,6 +56,7 @@
#define CPTR_TRAP_ALL 0xc01037ff /* Enable all traps */
#define CPTR_RES0 0x7fefc800
#define CPTR_RES1 0x000032ff
#define CPTR_TZ 0x00000100
#define CPTR_TFP 0x00000400
#define CPTR_TTA 0x00100000
/* Valid if HCR_EL2.E2H == 1 */