Searched defs:V2p (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DCallback.c58 V2P *V2p; local
78 if (FindV2p (&V2p, (VOID *) (UINTN) CpuAddr) != EFI_SUCCESS) {
81 *(UINT64 *) (UINTN) DeviceAddrPtr = V2p->PhysicalAddress;
H A DSnp.c846 @param V2p pointer to return a map list node pointer.
861 IN OUT V2P **V2p,
869 if ((V2p == NULL) || (VirtualAddress == NULL) || (BufferSize == 0)) {
873 *V2p = AllocatePool (sizeof (V2P));
874 if (*V2p == NULL) {
883 &(*V2p)->PhysicalAddress,
884 &(*V2p)->Unmap
887 FreePool (*V2p);
890 (*V2p)->VirtualAddress = VirtualAddress;
891 (*V2p)
860 AddV2P( IN OUT V2P **V2p, EFI_PCI_IO_PROTOCOL_OPERATION Type, VOID *VirtualAddress, UINTN BufferSize ) argument
913 FindV2p( V2P **V2p, VOID *VirtualAddr ) argument
[all...]

Completed in 45 milliseconds