HomeSort by: relevance | last modified time | path
    Searched refs:pbx_evtchn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
pciback.c 187 unsigned int pbx_evtchn; /* our even channel */ member in struct:pb_xenbus_instance
521 hypervisor_mask_event(pbxi->pbx_evtchn);
603 pbxi->pbx_evtchn = evop.u.bind_interdomain.local_port;
607 pbxi->pbx_ih = xen_intr_establish_xname(-1, &xen_pic, pbxi->pbx_evtchn,
610 hypervisor_unmask_event(pbxi->pbx_evtchn);
611 hypervisor_notify_via_evtchn(pbxi->pbx_evtchn);
723 hypervisor_clear_event(pbxi->pbx_evtchn);
800 hypervisor_notify_via_evtchn(pbxi->pbx_evtchn);
xpci_xenbus.c 190 xen_intr_establish_xname(-1, &xen_pic, pbxi->pbx_evtchn, IST_LEVEL,

Completed in 13 milliseconds