TianoCore EDK2 master
Loading...
Searching...
No Matches
ArchPrePi.c
Go to the documentation of this file.
1
9#include "PrePi.h"
10
11#include <AArch64/AArch64.h>
12
13VOID
15 VOID
16 )
17{
18 if (ArmReadCurrentEL () == AARCH64_EL2) {
19 // Trap General Exceptions. All exceptions that would be routed to EL1 are routed to EL2
20 ArmWriteHcr (ARM_HCR_TGE);
21 }
22}
VOID ArchInitialize(VOID)
Definition: ArchPrePi.c:14