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

  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 106 UINT64 InitialStackMemorySize;
201 InitialStackMemorySize = STACK_SIZE;
203 0, (UINT32) InitialStackMemorySize,
212 (unsigned int)(InitialStackMemorySize / 1024),
217 StackPointer < (UINTN*)(UINTN)((UINTN) InitialStackMemory + (UINT64) InitialStackMemorySize);
324 SecLoadFromCore ((UINTN) InitialStackMemory, (UINTN) InitialStackMemorySize, (UINTN) gFdInfo[0].Address, SecFile);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 176 UINT64 InitialStackMemorySize;
256 InitialStackMemorySize = STACK_SIZE;
257 InitialStackMemory = (EFI_PHYSICAL_ADDRESS) (UINTN) VirtualAlloc (NULL, (SIZE_T) (InitialStackMemorySize), MEM_COMMIT, PAGE_EXECUTE_READWRITE);
264 StackPointer < (UINTN*) ((UINTN)InitialStackMemory + (SIZE_T) InitialStackMemorySize);
269 SecPrint (" SEC passing in %d bytes of temp RAM to PEI\n", InitialStackMemorySize);
358 SecLoadFromCore ((UINTN) InitialStackMemory, (UINTN) InitialStackMemorySize, (UINTN) gFdInfo[0].Address, PeiCoreFile);
    [all...]

Completed in 69 milliseconds