Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h96 void xen_device_unrealize(DeviceListener *listener, DeviceState *dev);
/openbmc/qemu/hw/xen/
H A Dxen-bus.c959 static void xen_device_unrealize(DeviceState *dev) in xen_device_unrealize() function
1007 xen_device_unrealize(DEVICE(xendev)); in xen_device_exit()
1092 xen_device_unrealize(dev); in xen_device_realize()
1106 dev_class->unrealize = xen_device_unrealize; in xen_device_class_init()
H A Dxen-hvm-common.c147 void xen_device_unrealize(DeviceListener *listener, in xen_device_unrealize() function
177 .unrealize = xen_device_unrealize,
H A Dtrace-events27 xen_device_unrealize(const char *type, char *name) "type: %s name: %s"