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

  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 36 UINTN mSmramRangeCount;
86 mSmramRangeCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR);
128 for (Index = 0; Index < mSmramRangeCount; Index ++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 38 UINTN mSmramRangeCount;
88 mSmramRangeCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR);
130 for (Index = 0; Index < mSmramRangeCount; Index ++) {
    [all...]

Completed in 115 milliseconds