Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.h47 int xen_be_evtchn_notify(struct xenevtchn_handle *xc, evtchn_port_t port);
H A Dxen_xenstore.c1365 xen_be_evtchn_notify(s->eh, s->be_port); in fire_watch_cb()
1419 xen_be_evtchn_notify(s->eh, s->be_port); in xen_xenstore_event()
H A Dxen_evtchn.c292 .notify = xen_be_evtchn_notify,
2160 int xen_be_evtchn_notify(struct xenevtchn_handle *xc, evtchn_port_t port) in xen_be_evtchn_notify() function