Searched refs:ExtraStackSize (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
H A DX86Thunk.c80 in ExtraStackSize. If parameters are passed to the 16-bit real mode code,
81 then the actual minimum stack size is ExtraStackSize plus the maximum number
85 If ExtraStackSize is NULL, then ASSERT().
89 @param ExtraStackSize A pointer to the extra size of stack below 1MB
99 OUT UINT32 *ExtraStackSize
103 ASSERT (ExtraStackSize != NULL);
110 *ExtraStackSize = sizeof (IA32_DWORD_REGS) + 8;
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
H A DX86Thunk.c52 in ExtraStackSize. If parameters are passed to the 16-bit real mode code,
53 then the actual minimum stack size is ExtraStackSize plus the maximum number
57 If ExtraStackSize is NULL, then ASSERT().
61 @param ExtraStackSize A pointer to the extra size of stack below 1MB
71 OUT UINT32 *ExtraStackSize
75 ASSERT (ExtraStackSize != NULL);
82 *ExtraStackSize = sizeof (IA32_DWORD_REGS) + 8;
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DLegacyBiosThunk.c31 UINT32 ExtraStackSize; local
37 AsmGetThunk16Properties (&RealModeBufferSize, &ExtraStackSize);
38 LegacyRegionSize = (((RealModeBufferSize + ExtraStackSize) / EFI_PAGE_SIZE) + 1) * EFI_PAGE_SIZE;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGlueBaseLib.h7117 in ExtraStackSize. If parameters are passed to the 16-bit real mode code,
7118 then the actual minimum stack size is ExtraStackSize plus the maximum number
7122 If ExtraStackSize is NULL, then ASSERT().
7126 @param ExtraStackSize A pointer to the extra size of stack below 1MB
7136 OUT UINT32 *ExtraStackSize
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DBaseLib.h7658 in ExtraStackSize. If parameters are passed to the 16-bit real mode code,
7659 then the actual minimum stack size is ExtraStackSize plus the maximum number
7663 If ExtraStackSize is NULL, then ASSERT().
7667 @param ExtraStackSize A pointer to the extra size of stack below 1MB
7677 OUT UINT32 *ExtraStackSize

Completed in 118 milliseconds