Searched refs:StackSize (Results 1 - 25 of 65) sorted by relevance

123

/device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/
H A DTemplateSec.c35 UINTN StackSize
51 MemoryLength = (UINT64)StackSize;
54 DEBUG ((DEBUG_ERROR, "CEntryPoint (%x,%x,%x,%x)\n", MemoryBase, MemorySize, StackBase, StackSize));
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
H A DFspInitPeiV1.c35 UINT64 StackSize; local
50 GetStackInfo (BootMode, TRUE, &StackSize, &StackBase);
52 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", StackSize));
56 (VOID *)(UINTN)(StackBase + StackSize)
75 UINT64 StackSize; local
84 GetStackInfo (BootMode, FALSE, &StackSize, &StackBase);
86 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", StackSize));
89 FspRtBuffer.StackTop = (UINT32 *)(UINTN)(StackBase + StackSize);
[all...]
H A DFspInitPeiV2.c140 UINT64 StackSize; local
151 GetStackInfo (BootMode, FALSE, &StackSize, &StackBase);
153 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", StackSize));
156 FspRtBuffer.StackTop = (UINT32 *)(UINTN)(StackBase + StackSize);
H A DSecMain.c138 SecCoreData.StackSize = PeiStackSize;
147 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", SecCoreData.StackSize));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Capsule/
H A DCapsule.h47 UINT64 StackSize; member in struct:__anon4563
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
H A DCapsuleVendor.h60 UINT64 StackSize; member in struct:__anon6086
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/
H A DFspPlatformInfoLibSample.c167 @param[out] StackSize Stack size to be used in PEI phase.
177 OUT UINT64 *StackSize,
182 *StackSize = PcdGet32 (PcdTemporaryRamSize);
174 GetStackInfo( IN UINT32 BootMode, IN BOOLEAN FspInitDone, OUT UINT64 *StackSize, OUT EFI_PHYSICAL_ADDRESS *StackBase ) argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
H A DPrePiLib.c101 IN UINTN StackSize
135 if (StackSize == 0) {
144 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (StackSize));
151 TopOfStack = (VOID *) ((UINTN) BaseOfStack + EFI_SIZE_TO_PAGES (StackSize) * EFI_PAGE_SIZE - CPU_STACK_ALIGNMENT);
157 UpdateStackHob ((EFI_PHYSICAL_ADDRESS)(UINTN) BaseOfStack, StackSize);
181 IN UINTN StackSize
201 return LoadDxeCoreFromFfsFile (FileHandle, StackSize);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
H A DVirtualMemory.c54 @param[in] StackSize Stack size.
62 IN UINTN StackSize
83 if ((PhysicalAddress4K >= StackBase) && (PhysicalAddress4K < StackBase + StackSize)) {
98 @param[in] StackSize Stack size.
106 IN UINTN StackSize
121 if ((PhysicalAddress2M < StackBase + StackSize) && ((PhysicalAddress2M + SIZE_2MB) > StackBase)) {
125 Split2MPageTo4K (PhysicalAddress2M, (UINT64 *) PageDirectoryEntry, StackBase, StackSize);
143 @param[in] StackSize Stack size.
151 IN UINTN StackSize
257 if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize)
[all...]
H A DVirtualMemory.h166 @param[in] StackSize Stack size.
174 IN UINTN StackSize
182 @param[in] StackSize Stack size.
190 IN UINTN StackSize
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/
H A DAcpiCpuData.h100 // The total size of this buffer, in bytes, is NumberOfCpus * StackSize. This
107 UINT32 StackSize; member in struct:__anon9570
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/
H A DLegacyBiosThunk.h87 IN UINTN StackSize
103 StackSize - Size of Stack in bytes
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfThunk.h91 @param StackSize Size of stack.
99 UINT64 StackSize
H A DThunk.c51 @param StackSize Size of stack
63 IN UINTN StackSize
97 EfiIaEntryPoint (IntTypeVariable, &DwordRegs, ((UINTN) Stack + StackSize), StackSize);
415 @param StackSize Size of Stack in bytes
430 IN UINTN StackSize
466 if (Stack != NULL && StackSize != 0) {
470 Stack16 -= StackSize / sizeof (UINT16);
471 CopyMem (Stack16, Stack, StackSize);
541 if (Stack != NULL && StackSize !
[all...]
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
H A DFspPlatformInfoLib.h141 @param[out] StackSize Stack size to be used in PEI phase.
151 OUT UINT64 *StackSize,
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DSmmPeriodicSmiLib.h133 @param[in] StackSize The size, in bytes, of the stack to allocate for
146 stack speficied by StackSize.
158 IN UINTN StackSize
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DThunk.c98 @param StackSize Size of Stack in bytes
113 IN UINTN StackSize
126 return InternalLegacyBiosFarCall (This, Segment, Offset, Regs, Stack, StackSize);
157 @param StackSize Size of Stack in bytes
172 IN UINTN StackSize
262 if (Stack != NULL && StackSize != 0) {
266 Stack16 -= StackSize / sizeof (UINT16);
267 CopyMem (Stack16, Stack, StackSize);
302 if (Stack != NULL && StackSize != 0) {
306 CopyMem (Stack, Stack16, StackSize);
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c74 UINTN StackSize; member in struct:__anon8349
77 /// be NULL if StackSize is 0.
322 EFI_SIZE_TO_PAGES (PeriodicSmiLibraryHandler->StackSize)
716 (UINT8 *)PeriodicSmiLibraryHandler->Stack + PeriodicSmiLibraryHandler->StackSize
895 @param[in] StackSize The size, in bytes, of the stack to allocate for
908 stack speficied by StackSize.
920 IN UINTN StackSize
963 PeriodicSmiLibraryHandler->StackSize = ALIGN_VALUE (StackSize, EFI_PAGE_SIZE);
964 if (PeriodicSmiLibraryHandler->StackSize >
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
H A DX86Thunk.c269 IN UINTN StackSize
272 if (StackSize > STACK_PARAM_SIZE) {
276 EfiCommonLibCopyMem ((VOID *)(UINTN)(ThunkContext->DefaultStack - sizeof(_STK16) - sizeof(IA32_REGS) - STACK_PARAM_SIZE), Stack, StackSize);
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
H A DMainUniCore.c59 SecCoreData.StackSize = (TemporaryRamBase + TemporaryRamSize) - (UINTN)SecCoreData.StackBase;
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
H A DSecMain.c129 SecCoreData.StackSize = PeiStackSize;
138 DEBUG ((DEBUG_INFO, "StackSize - 0x%x\n", SecCoreData.StackSize));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
H A DSaveLongModeContext.c171 LongModeBuffer.StackSize = PcdGet32 (PcdCapsulePeiLongModeStackSize);
196 gBS->FreePages (LongModeBuffer.StackBaseAddress, EFI_SIZE_TO_PAGES (LongModeBuffer.StackSize));
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DDxeLoadFunc.c64 @param[in] StackSize Stack size.
72 IN UINTN StackSize
118 if ((PhysicalAddress < StackBase + StackSize) && ((PhysicalAddress + SIZE_2MB) > StackBase)) {
122 Split2MPageTo4K (PhysicalAddress, (UINT64 *) PageDirectoryEntry, StackBase, StackSize);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
H A DMpFuncs.asm116 add edi, StackSize
119 mul ecx ; EAX = StackSize * (CpuNumber + 1)
124 add eax, ebx ; EAX = StackStart + StackSize * (CpuNumber + 1)
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DCpuS3.c20 UINTN StackSize; member in struct:__anon9613
398 mExchangeInfo->StackSize = mAcpiCpuData.StackSize;

Completed in 442 milliseconds

123