Searched refs:virq (Results 1 – 18 of 18) sorted by relevance
| /tools/libs/evtchn/ |
| A D | solaris.c | 95 unsigned int virq) in xenevtchn_bind_virq() argument 100 bind.virq = virq; in xenevtchn_bind_virq()
|
| A D | linux.c | 104 unsigned int virq) in xenevtchn_bind_virq() argument 109 bind.virq = virq; in xenevtchn_bind_virq()
|
| A D | netbsd.c | 116 unsigned int virq) in xenevtchn_bind_virq() argument 122 bind.virq = virq; in xenevtchn_bind_virq()
|
| A D | freebsd.c | 105 unsigned int virq) in xenevtchn_bind_virq() argument 110 bind.virq = virq; in xenevtchn_bind_virq()
|
| A D | minios.c | 307 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 D | xc_evtchn_compat.c | 46 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 D | xc_domain.c | 2059 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 D | xeneventchn_stubs.c | 148 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 D | evtchn.h | 41 unsigned int virq; member
|
| /tools/include/xen-sys/NetBSD/ |
| A D | evtchn.h | 40 unsigned int virq; member
|
| /tools/include/xen-sys/NetBSDRump/ |
| A D | evtchn.h | 40 unsigned int virq; member
|
| /tools/include/xen-sys/SunOS/ |
| A D | evtchn.h | 43 unsigned int virq; member
|
| /tools/include/xen-sys/Linux/ |
| A D | evtchn.h | 43 unsigned int virq; member
|
| /tools/include/ |
| A D | xenevtchn.h | 132 xenevtchn_bind_virq(xenevtchn_handle *xce, unsigned int virq);
|
| A D | xenctrl_compat.h | 67 xc_evtchn_bind_virq(xc_evtchn *xce, unsigned int virq);
|
| A D | xenctrl.h | 983 int xc_domain_set_virq_handler(xc_interface *xch, uint32_t domid, int virq);
|
| /tools/xcutils/ |
| A D | lsevtchn.c | 65 printf("Virtual IRQ %u", status.u.virq); in main()
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 728 Store_field(stat, 0, Val_int(status.u.virq)); in stub_xc_evtchn_status()
|
Completed in 37 milliseconds