arch-arm: Add E2H bit to HCR_EL2 System register
This patch adds the EL2 Host bit to the HCR_EL2 register. Enables a configuration where a Host Operating System is running in EL2, and the Host Operating System's applications are running in EL0. Change-Id: I92d21ed9f8958c58f135dca1b6a97460ba4c02f9 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/10381 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
@@ -1478,6 +1478,7 @@ namespace ArmISA
|
||||
EndBitUnion(HSTR)
|
||||
|
||||
BitUnion64(HCR)
|
||||
Bitfield<34> e2h; // AArch64
|
||||
Bitfield<33> id; // AArch64
|
||||
Bitfield<32> cd; // AArch64
|
||||
Bitfield<31> rw; // AArch64
|
||||
|
||||
Reference in New Issue
Block a user