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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
HdLcdArmVExpress.c 123 EFI_ALLOCATE_TYPE AllocationType;
132 AllocationType = AllocateAnyPages;
134 AllocationType = AllocateAddress;
136 Status = gBS->AllocatePages (AllocationType, EfiBootServicesData, EFI_SIZE_TO_PAGES(((UINTN)LCD_VRAM_SIZE)), VramBaseAddress);
  /external/libchrome/sandbox/win/src/
sandbox_nt_types.h 38 enum AllocationType {

Completed in 62 milliseconds