Add the ARMv8.3 HCR_EL2 register fields.

MFC after:	1 month
Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-11-01 17:05:10 +00:00
parent d9ff5789be
commit b4b90c1f4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340008

View File

@ -80,6 +80,17 @@
#define HCR_RW 0x0000000080000000
#define HCR_CD 0x0000000100000000
#define HCR_ID 0x0000000200000000
#define HCR_E2H 0x0000000400000000
#define HCR_TLOR 0x0000000800000000
#define HCR_TERR 0x0000001000000000
#define HCR_TEA 0x0000002000000000
#define HCR_MIOCNCE 0x0000004000000000
/* Bit 39 is reserved */
#define HCR_APK 0x0000010000000000
#define HCR_API 0x0000020000000000
#define HCR_NV 0x0000040000000000
#define HCR_NV1 0x0000080000000000
#define HCR_AT 0x0000100000000000
#endif