Home
last modified time | relevance | path

Searched refs:StackStart (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
DAsmInclude.inc19 StackStart equ LockLocation + 4h
DMpFuncs.S19 #define StackStart RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04 macro
130 addl $StackStart, %edi
DMpFuncs.asm122 add edi, StackStart
124 … add eax, ebx ; EAX = StackStart + StackSize * (CpuNumber + 1)
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DMpFuncs.nasm29 %define StackStart LockLocation + 0x4
108 add edi, StackStart
DMpFuncs.S26 .equ StackStart, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04 define
115 addl $StackStart, %edi
DMpFuncs.asm31 StackStart equ LockLocation + 4h define
114 add edi, StackStart
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.h69 VOID *StackStart; member
DMpServicesOnFrameworkMpServicesThunk.c1470 …mExchangeInfo->StackStart = AllocatePages (EFI_SIZE_TO_PAGES (mNumberOfProcessors * AP_STACK_SIZE… in PrepareAPStartupVector()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuS3.c19 VOID *StackStart; member
462 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress; in PrepareApStartupVector()
545 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress; in InitializeCpu()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.h165 UINTN StackStart; member
DMpLib.c718 ExchangeInfo->StackStart = CpuMpData->Buffer; in FillExchangeInfoData()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
DMpFuncs.asm151 … add rax, rbx ; RAX = StackStart + StackSize * (CpuNumber + 1)