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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.h 98 #define STACK_POOL_SIZE (1024 * 1020)
EbcInt.c     [all...]
  /external/libpcap/msdos/
ndis2.c 66 #define STACK_POOL_SIZE 6
83 static BYTE *freeStacks [STACK_POOL_SIZE];
84 static int freeStackPtr = STACK_POOL_SIZE - 1;
234 if (freeStackPtr == STACK_POOL_SIZE - 1)
805 for (i = 0; i < STACK_POOL_SIZE; ++i)
817 for (i = 0; i < STACK_POOL_SIZE; ++i)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/AArch64/
EbcSupport.c 159 VmContext.Gpr[0] = (UINT64) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
298 VmContext.Gpr[0] = (UINT64) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 269 VmContext.Gpr[0] = (UINT64)(UINTN) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
408 VmContext.Gpr[0] = (UINT64)(UINTN) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 212 VmContext.Gpr[0] = (UINT64) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
351 VmContext.Gpr[0] = (UINT64) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 182 VmContext.Gpr[0] = (UINT64) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);
292 VmContext.Gpr[0] = (UINT64) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE);

Completed in 246 milliseconds