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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Pool.c 329 Granularity = DEFAULT_PAGE_ALLOCATION;
604 Granularity = DEFAULT_PAGE_ALLOCATION;
Page.c 290 FreeDescriptorEntries = CoreAllocatePoolPages (EfiBootServicesData, EFI_SIZE_TO_PAGES(DEFAULT_PAGE_ALLOCATION), DEFAULT_PAGE_ALLOCATION);
295 for (Index = 0; Index< DEFAULT_PAGE_ALLOCATION / sizeof(MEMORY_MAP); Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 113 EFI_SIZE_TO_PAGES(DEFAULT_PAGE_ALLOCATION),
124 for (Index = 0; Index< DEFAULT_PAGE_ALLOCATION / sizeof(MEMORY_MAP); Index++) {
    [all...]
PiSmmCore.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 131 #define DEFAULT_PAGE_ALLOCATION (EFI_PAGE_SIZE * 2)
140 #define DEFAULT_PAGE_ALLOCATION (EFI_PAGE_SIZE)
147 #define DEFAULT_PAGE_ALLOCATION (EFI_PAGE_SIZE)
    [all...]

Completed in 54 milliseconds