Home
last modified time | relevance | path

Searched refs:gSystemMemoryCount (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DHost.c52 UINTN gSystemMemoryCount = 0; variable
178 gSystemMemoryCount = CountSeparatorsInString (MemorySizeStr, '!') + 1; in main()
179 gSystemMemory = AllocateZeroPool (gSystemMemoryCount * sizeof (EMU_SYSTEM_MEMORY)); in main()
642 if (Index >= gSystemMemoryCount) { in SecUnixPeiAutoScan()
691 for (Index = 0; Index < gSystemMemoryCount; Index++) { in EfiSystemMemoryRange()
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
DSecMain.c99 UINTN gSystemMemoryCount = 0; variable
231 gSystemMemoryCount = CountSeparatorsInString (MemorySizeStr, '!') + 1; in main()
232 gSystemMemory = calloc (gSystemMemoryCount, sizeof (NT_SYSTEM_MEMORY)); in main()
721 if (Index >= gSystemMemoryCount) { in SecWinNtPeiAutoScan()