Searched refs:StackStart (Results 1 – 11 of 11) sorted by relevance
19 VOID *StackStart; member397 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress; in PrepareApStartupVector()480 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress; in InitializeCpu()
19 StackStart equ LockLocation + 4h
19 #define StackStart RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04 macro130 addl $StackStart, %edi
122 add edi, StackStart124 … add eax, ebx ; EAX = StackStart + StackSize * (CpuNumber + 1)
26 .equ StackStart, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04 define115 addl $StackStart, %edi
31 StackStart equ LockLocation + 4h define114 add edi, StackStart
112 UINTN StackStart; member
424 ExchangeInfo->StackStart = PeiCpuMpData->Buffer; in WakeUpAP()
69 VOID *StackStart; member
1470 …mExchangeInfo->StackStart = AllocatePages (EFI_SIZE_TO_PAGES (mNumberOfProcessors * AP_STACK_SIZE… in PrepareAPStartupVector()
151 … add rax, rbx ; RAX = StackStart + StackSize * (CpuNumber + 1)