/src/sys/arch/xen/xen/ |
xpci_xenbus.c | 65 unsigned int sc_evtchn; member in struct:xpci_xenbus_softc 184 error = xenbus_alloc_evtchn(sc->sc_xbusd, &sc->sc_evtchn); 188 sc->sc_evtchn); 206 "event-channel", "%u", sc->sc_evtchn); 416 hypervisor_notify_via_evtchn(xpci_sc->sc_evtchn); 419 hypervisor_clear_event(xpci_sc->sc_evtchn);
|
xbd_xenbus.c | 141 unsigned int sc_evtchn; member in struct:xbd_xenbus_softc 439 hypervisor_mask_event(sc->sc_evtchn); 493 hypervisor_mask_event(sc->sc_evtchn); 514 aprint_verbose_dev(dev, "removed event channel %d\n", sc->sc_evtchn); 565 error = xenbus_alloc_evtchn(sc->sc_xbusd, &sc->sc_evtchn); 574 sc->sc_evtchn); 575 sc->sc_ih = xen_intr_establish_xname(-1, &xen_pic, sc->sc_evtchn, 590 "event-channel", "%u", sc->sc_evtchn); 619 hypervisor_unmask_event(sc->sc_evtchn); 692 hypervisor_unmask_event(sc->sc_evtchn); [all...] |
if_xennet_xenbus.c | 179 unsigned int sc_evtchn; member in struct:xennet_xenbus_softc 596 error = xenbus_alloc_evtchn(sc->sc_xbusd, &sc->sc_evtchn); 600 sc->sc_evtchn); 601 sc->sc_ih = xen_intr_establish_xname(-1, &xen_pic, sc->sc_evtchn, 616 hypervisor_unmask_event(sc->sc_evtchn); 683 "event-channel", "%u", sc->sc_evtchn); 739 aprint_verbose_dev(dev, "removed event channel %d\n", sc->sc_evtchn); 859 hypervisor_notify_via_evtchn(sc->sc_evtchn); 1286 hypervisor_notify_via_evtchn(sc->sc_evtchn); 1339 hypervisor_unmask_event(sc->sc_evtchn); [all...] |