Home
last modified time | relevance | path

Searched refs:JumpAddress (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/
DSec.c36 UINTN JumpAddress; in CEntryPoint() local
126 JumpAddress = PcdGet64 (PcdFvBaseAddress); in CEntryPoint()
127 ArmPlatformSecExtraAction (MpId, &JumpAddress); in CEntryPoint()
129 NonTrustedWorldTransition (MpId, JumpAddress); in CEntryPoint()
140 UINTN JumpAddress; in TrustedWorldInitialization() local
170 JumpAddress = PcdGet64 (PcdFvBaseAddress); in TrustedWorldInitialization()
171 ArmPlatformSecExtraAction (MpId, &JumpAddress); in TrustedWorldInitialization()
179 NonTrustedWorldTransition (MpId, JumpAddress); in TrustedWorldInitialization()
185 IN UINTN JumpAddress in NonTrustedWorldTransition() argument
194 return_from_exception (JumpAddress); in NonTrustedWorldTransition()
DSecInternal.h39 IN UINTN JumpAddress
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/DebugSecExtraActionLib/
DDebugSecExtraActionLib.c67 OUT UINTN* JumpAddress in ArmPlatformSecExtraAction() argument
89 *JumpAddress = PcdGet64 (PcdFvBaseAddress); in ArmPlatformSecExtraAction()
98 *JumpAddress = (UINTN)NonSecureWaitForFirmware; in ArmPlatformSecExtraAction()
111 *JumpAddress = PcdGet64 (PcdFvBaseAddress); in ArmPlatformSecExtraAction()
116 *JumpAddress = (UINTN)NonSecureWaitForFirmware; in ArmPlatformSecExtraAction()
119 *JumpAddress = PcdGet64 (PcdFvBaseAddress); in ArmPlatformSecExtraAction()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/
DArmPlatformLibNullSec.c70 OUT UINTN* JumpAddress in ArmPlatformSecExtraAction() argument
73 *JumpAddress = PcdGet64 (PcdFvBaseAddress); in ArmPlatformSecExtraAction()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/
DRTSMSec.c96 OUT UINTN* JumpAddress in ArmPlatformSecExtraAction() argument
99 *JumpAddress = PcdGet64 (PcdFvBaseAddress); in ArmPlatformSecExtraAction()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
DArmPlatformSecLib.h73 OUT UINTN* JumpAddress