Home
last modified time | relevance | path

Searched refs:virq (Results 1 – 18 of 18) sorted by relevance

/tools/libs/evtchn/
A Dsolaris.c95 unsigned int virq) in xenevtchn_bind_virq() argument
100 bind.virq = virq; in xenevtchn_bind_virq()
A Dlinux.c104 unsigned int virq) in xenevtchn_bind_virq() argument
109 bind.virq = virq; in xenevtchn_bind_virq()
A Dnetbsd.c116 unsigned int virq) in xenevtchn_bind_virq() argument
122 bind.virq = virq; in xenevtchn_bind_virq()
A Dfreebsd.c105 unsigned int virq) in xenevtchn_bind_virq() argument
110 bind.virq = virq; in xenevtchn_bind_virq()
A Dminios.c307 unsigned int virq) in xenevtchn_bind_virq() argument
316 printf("xenevtchn_bind_virq(%d)", virq); in xenevtchn_bind_virq()
317 port = bind_virq(virq, evtchn_handler, xce); in xenevtchn_bind_virq()
/tools/libs/ctrl/
A Dxc_evtchn_compat.c46 xc_evtchn_bind_virq(xc_evtchn *xce, unsigned int virq) in xc_evtchn_bind_virq() argument
48 return xenevtchn_bind_virq(xce, virq); in xc_evtchn_bind_virq()
A Dxc_domain.c2059 int xc_domain_set_virq_handler(xc_interface *xch, uint32_t domid, int virq) in xc_domain_set_virq_handler() argument
2065 domctl.u.set_virq_handler.virq = virq; in xc_domain_set_virq_handler()
/tools/ocaml/libs/eventchn/
A Dxeneventchn_stubs.c148 CAMLprim value stub_eventchn_bind_virq(value xce_val, value virq) in stub_eventchn_bind_virq() argument
150 CAMLparam2(xce_val, virq); in stub_eventchn_bind_virq()
155 rc = xenevtchn_bind_virq(xce, Int_val(virq)); in stub_eventchn_bind_virq()
/tools/include/xen-sys/FreeBSD/
A Devtchn.h41 unsigned int virq; member
/tools/include/xen-sys/NetBSD/
A Devtchn.h40 unsigned int virq; member
/tools/include/xen-sys/NetBSDRump/
A Devtchn.h40 unsigned int virq; member
/tools/include/xen-sys/SunOS/
A Devtchn.h43 unsigned int virq; member
/tools/include/xen-sys/Linux/
A Devtchn.h43 unsigned int virq; member
/tools/include/
A Dxenevtchn.h132 xenevtchn_bind_virq(xenevtchn_handle *xce, unsigned int virq);
A Dxenctrl_compat.h67 xc_evtchn_bind_virq(xc_evtchn *xce, unsigned int virq);
A Dxenctrl.h983 int xc_domain_set_virq_handler(xc_interface *xch, uint32_t domid, int virq);
/tools/xcutils/
A Dlsevtchn.c65 printf("Virtual IRQ %u", status.u.virq); in main()
/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c728 Store_field(stat, 0, Val_int(status.u.virq)); in stub_xc_evtchn_status()

Completed in 37 milliseconds