Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
DXenIoMmioLib.c81 XENBUS_ROOT_DEVICE_PATH *XenBusDevicePath; in XenIoMmioInstall() local
94 XenBusDevicePath = AllocateCopyPool (sizeof *XenBusDevicePath, in XenIoMmioInstall()
96 if (!XenBusDevicePath) { in XenIoMmioInstall()
101 XenBusDevicePath->GrantTableAddress = GrantTableAddress; in XenIoMmioInstall()
104 &gEfiDevicePathProtocolGuid, XenBusDevicePath, in XenIoMmioInstall()
116 FreePool (XenBusDevicePath); in XenIoMmioInstall()
143 VOID *XenBusDevicePath; in XenIoMmioUninstall() local
145 XenBusDevicePath = NULL; in XenIoMmioUninstall()
146 gBS->OpenProtocol (Handle, &gEfiDevicePathProtocolGuid, &XenBusDevicePath, in XenIoMmioUninstall()
154 &gEfiDevicePathProtocolGuid, XenBusDevicePath, in XenIoMmioUninstall()
[all …]