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
13
VOID
14
ArchInitialize
(
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
}
ArchInitialize
VOID ArchInitialize(VOID)
Definition:
ArchPrePi.c:14
AArch64.h
ArmVirtPkg
PrePi
AArch64
ArchPrePi.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6