Searched refs:Mem32Pool (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciLib.c | 402 PCI_RESOURCE_NODE Mem32Pool; local 423 InitializeResourcePool (&Mem32Pool, PciBarTypeMem32); 557 InsertResourceNode (&Mem32Pool, Mem32Bridge); 585 DestroyResourceTree (&Mem32Pool); 709 &Mem32Pool, 724 DestroyResourceTree (&Mem32Pool); 808 Mem32Bridge = FindResourceNode (RootBridgeDev, &Mem32Pool); 886 DestroyResourceTree (&Mem32Pool);
|
H A D | PciEnumerator.h | 211 @param Mem32Pool Pointer to instance of 32-bit memory resource Node. 228 IN PCI_RESOURCE_NODE *Mem32Pool,
|
H A D | PciEnumerator.c | 942 @param Mem32Pool Pointer to instance of 32-bit memory resource Node. 959 IN PCI_RESOURCE_NODE *Mem32Pool, 986 ResPool[1] = Mem32Pool; 957 PciHostBridgeAdjustAllocation( IN PCI_RESOURCE_NODE *IoPool, IN PCI_RESOURCE_NODE *Mem32Pool, IN PCI_RESOURCE_NODE *PMem32Pool, IN PCI_RESOURCE_NODE *Mem64Pool, IN PCI_RESOURCE_NODE *PMem64Pool, IN UINT64 IoResStatus, IN UINT64 Mem32ResStatus, IN UINT64 PMem32ResStatus, IN UINT64 Mem64ResStatus, IN UINT64 PMem64ResStatus ) argument
|
Completed in 77 milliseconds