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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 141 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation;
190 (VOID **) &CurrentMemoryTypeInformation
192 if (EFI_ERROR (Status) || CurrentMemoryTypeInformation == NULL) {
220 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) {
221 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
225 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) {
234 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c     [all...]

Completed in 282 milliseconds