Searched refs:StackStart (Results 1 – 12 of 12) sorted by relevance
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)
29 %define StackStart LockLocation + 0x4108 add edi, StackStart
26 .equ StackStart, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04 define115 addl $StackStart, %edi
31 StackStart equ LockLocation + 4h define114 add edi, StackStart
69 VOID *StackStart; member
1470 …mExchangeInfo->StackStart = AllocatePages (EFI_SIZE_TO_PAGES (mNumberOfProcessors * AP_STACK_SIZE… in PrepareAPStartupVector()
19 VOID *StackStart; member462 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress; in PrepareApStartupVector()545 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress; in InitializeCpu()
165 UINTN StackStart; member
718 ExchangeInfo->StackStart = CpuMpData->Buffer; in FillExchangeInfoData()
151 … add rax, rbx ; RAX = StackStart + StackSize * (CpuNumber + 1)