Home
last modified time | relevance | path

Searched refs:SecondaryStart (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/DebugSecExtraActionLib/
DDebugSecExtraActionLib.c33 VOID (*SecondaryStart)(VOID); in NonSecureWaitForFirmware() local
38 SecondaryStart = (VOID (*)())(UINTN)PcdGet64 (PcdFvBaseAddress); in NonSecureWaitForFirmware()
51 SecondaryStart (); in NonSecureWaitForFirmware()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DMainMPCore.c55 VOID (*SecondaryStart)(VOID); in SecondaryMain() local
100 SecondaryStart = (VOID (*)())SecondaryEntryAddr; in SecondaryMain()
101 SecondaryStart(); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c46 VOID (*SecondaryStart)(VOID); in SecondaryMain() local
101 SecondaryStart = (VOID (*)())SecondaryEntryAddr; in SecondaryMain()
102 SecondaryStart(); in SecondaryMain()