Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
DUncachedMemoryAllocationLib.c55 BOOLEAN Allocated; member
104 if ((Node->Allocated == FALSE) && (Node->MemoryType == MemoryType)) { in AllocatePagesFromList()
109 Node->Allocated = TRUE; in AllocatePagesFromList()
130 NewNode->Allocated = TRUE; in AllocatePagesFromList()
182 NewNode->Allocated = TRUE; in AllocatePagesFromList()
220 Node->Allocated = FALSE; in FreePagesFromList()
267 if (OldNode->Allocated == FALSE) { in UncachedMemoryAllocationLibDestructor()
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
DQemuBootOrderLib.c246 UINTN Allocated; member
286 if (BootOrder->Produced == BootOrder->Allocated) { in BootOrderAppend()
290 ASSERT (BootOrder->Allocated > 0); in BootOrderAppend()
291 AllocatedNew = BootOrder->Allocated * 2; in BootOrderAppend()
293 BootOrder->Allocated * sizeof (*BootOrder->Data), in BootOrderAppend()
300 BootOrder->Allocated = AllocatedNew; in BootOrderAppend()
1770 BootOrder.Allocated = 1; in SetBootOrderFromQemu()
1772 BootOrder.Allocated * sizeof (*BootOrder.Data) in SetBootOrderFromQemu()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciBus.h148 BOOLEAN Allocated; member
DPciDeviceSupport.c579 if (!Temp->Allocated) { in StartPciDevicesOnBridge()
633 if (!Temp->Registered && Temp->Allocated) { in StartPciDevicesOnBridge()
DPciEnumeratorSupport.c1173 PciIoDevice->Allocated = FALSE; in CreatePciIoDevice()
1175 PciIoDevice->Allocated = TRUE; in CreatePciIoDevice()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h207 BOOLEAN Allocated;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.h214 BOOLEAN Allocated; member
DPciResourceSupport.c668 PciDev->Allocated = TRUE; in GetResourceFromDevice()
1319 Node->PciDev->Allocated = TRUE; in ProgramBar()
1403 Node->PciDev->Allocated = TRUE; in ProgramVfBar()
1493 Node->PciDev->Allocated = TRUE; in ProgramPpbApperture()
1917 Node->PciDev->Allocated = TRUE; in ProgramP2C()
DPciDeviceSupport.c666 if (!PciIoDevice->Allocated) { in StartPciDevicesOnBridge()
737 if (!PciIoDevice->Registered && PciIoDevice->Allocated) { in StartPciDevicesOnBridge()
DPciEnumeratorSupport.c2116 PciIoDevice->Allocated = FALSE; in CreatePciIoDevice()
2118 PciIoDevice->Allocated = TRUE; in CreatePciIoDevice()
DPciLib.c1320 … if (gPciHotPlugInit != NULL && Temp->Allocated && FeaturePcdGet (PcdPciBusHotplugDeviceSupport)) { in PciRootBridgeP2CProcess()
DPciEnumerator.c1653 if (!Bridge->Allocated) { in GetResourceBaseFromBridge()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DVfrStrings.uni460 #string STR_DVMT40_PRE_ALLOC #language en-US "DVMT Pre-Allocated"
463 …E_ALLOC_HELP #language en-US "Select DVMT 4.0 Pre-Allocated (UMA) Graphics M…
473 #string STR_DVMT50_PRE_ALLOC #language en-US "DVMT Pre-Allocated"
492 #string STR_DVMT50_PRE_ALLOC_HELP #language en-US "Select DVMT 5.0 Pre-Allocated (Fix…
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt1394 #108. A Note on Deallocation of Variables Allocated in Guess Mode
DCHANGES_FROM_133_BEFORE_MR13.txt1725 #108. A Note on Deallocation of Variables Allocated in Guess Mode
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt1394 #108. A Note on Deallocation of Variables Allocated in Guess Mode
DCHANGES_FROM_133_before_mr13.txt1725 #108. A Note on Deallocation of Variables Allocated in Guess Mode
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch787 - UINTN NameBufferSize; // Allocated Name buffer size
793 - UINTN DataBufferSize; // Allocated Name buffer size