Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
DHdLcdArmVExpress.c123 EFI_ALLOCATE_TYPE AllocationType; in LcdPlatformGetVram() local
132 AllocationType = AllocateAnyPages; in LcdPlatformGetVram()
134 AllocationType = AllocateAddress; in LcdPlatformGetVram()
136 …Status = gBS->AllocatePages (AllocationType, EfiBootServicesData, EFI_SIZE_TO_PAGES(((UINTN)LCD_VR… in LcdPlatformGetVram()