Home | History | Annotate | Download | only in NonDiscoverablePciDeviceDxe

Lines Matching defs:AllocType

710   EFI_ALLOCATE_TYPE                 AllocType;

726 AllocType = AllocateMaxAddress;
728 AllocType = AllocateAnyPages;
731 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &AllocAddress);