TianoCore EDK2 master
Loading...
Searching...
No Matches
ArchPeilessSec.c
Go to the documentation of this file.
1
9#include "PeilessSec.h"
10
14VOID
16 VOID
17 )
18{
19 // Enable program flow prediction, if supported.
20 ArmEnableBranchPrediction ();
21
22 if (FixedPcdGet32 (PcdVFPEnabled)) {
23 ArmEnableVFP ();
24 }
25}
VOID ArchInitialize(VOID)
#define FixedPcdGet32(TokenName)
Definition: PcdLib.h:92