Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuMpPei.c487 IN UINTN WakeupBufferSize in GetWakeupBuffer() argument
525 WakeupBufferStart = (WakeupBufferEnd - WakeupBufferSize) & ~(SIZE_4KB - 1); in GetWakeupBuffer()
534 WakeupBufferSize, in GetWakeupBuffer()
675 UINTN WakeupBufferSize; in PrepareAPStartupVector() local
683 WakeupBufferSize = AddressMap.RendezvousFunnelSize + sizeof (MP_CPU_EXCHANGE_INFO); in PrepareAPStartupVector()
684 WakeupBuffer = GetWakeupBuffer ((WakeupBufferSize + SIZE_4KB - 1) & ~(SIZE_4KB - 1)); in PrepareAPStartupVector()
694 + WakeupBufferSize + sizeof (PEI_CPU_DATA) * MaxCpuCount; in PrepareAPStartupVector()
709 PeiCpuMpData->BackupBufferSize = WakeupBufferSize; in PrepareAPStartupVector()