HomeSort by relevance Sort by last modified time
    Searched refs:StackStart (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.S 26 .equ StackStart, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04
115 addl $StackStart, %edi
MpFuncs.asm 31 StackStart equ LockLocation + 4h
114 add edi, StackStart
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.asm 122 add edi, StackStart
124 add eax, ebx ; EAX = StackStart + StackSize * (CpuNumber + 1)
MpFuncs.S 19 #define StackStart RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04
130 addl $StackStart, %edi
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 19 VOID *StackStart;
462 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress;
542 // StackStart was updated when APs were waken up in EarlyInitializeCpu.
545 mExchangeInfo->StackStart = (VOID *) (UINTN) mAcpiCpuData.StackAddress;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 69 VOID *StackStart;
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 165 UINTN StackStart;
MpLib.c 718 ExchangeInfo->StackStart = CpuMpData->Buffer;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.asm 151 add rax, rbx ; RAX = StackStart + StackSize * (CpuNumber + 1)

Completed in 332 milliseconds