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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86Thunk.c 80 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/
X86Thunk.c 52 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/
LegacyBiosThunk.c 31 UINT32 ExtraStackSize;
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/
EdkIIGlueBaseLib.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]

Completed in 127 milliseconds