Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pvdev.c231 return qemu_xen_evtchn_notify(xendev->evtchndev, xendev->local_port); in xen_pv_send_notify()
H A Dxen-hvm-common.c608 qemu_xen_evtchn_notify(state->xce_handle, in cpu_handle_ioreq()
H A Dxen-bus.c925 if (qemu_xen_evtchn_notify(channel->xeh, channel->local_port) < 0) { in xen_device_notify_event_channel()
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h110 static inline int qemu_xen_evtchn_notify(xenevtchn_handle *xc, in qemu_xen_evtchn_notify() function
/openbmc/qemu/hw/9pfs/
H A Dxen-9p-backend.c248 qemu_xen_evtchn_notify(ring->evtchndev, ring->local_port); in xen_9pfs_push_and_notify()