Searched refs:evtchn (Results 1 – 19 of 19) sorted by relevance
| /tools/libs/ |
| A D | uselibs.mk | 9 LIBS_LIBS += evtchn 31 USELIBS_ctrl := toollog call evtchn gnttab foreignmemory devicemodel 34 USELIBS_guest := evtchn ctrl 40 USELIBS_vchan := toollog store gnttab evtchn 46 USELIBS_light := toollog evtchn toolcore ctrl store hypfs guest
|
| A D | Makefile | 7 SUBDIRS-y += evtchn
|
| /tools/9pfsd/ |
| A D | xen-9pfsd.c | 383 if ( ring->evtchn ) in disconnect_ring() 385 xenevtchn_unbind(xe, ring->evtchn); in disconnect_ring() 386 ring->evtchn = 0; in disconnect_ring() 427 xenevtchn_port_or_error_t evtchn; in connect_device() local 450 evtchn = xenevtchn_bind_interdomain(xe, device->domid, val); in connect_device() 451 if ( evtchn < 0 ) in connect_device() 453 ring->evtchn = evtchn; in connect_device() 677 xenevtchn_port_or_error_t evtchn; in handle_event() local 682 evtchn = xenevtchn_pending(xe); in handle_event() 683 if ( evtchn < 0 ) in handle_event() [all …]
|
| A D | Makefile | 17 xen-9pfsd: LDLIBS += $(call xenlibs-ldlibs,store evtchn gnttab)
|
| A D | xen-9pfsd.h | 46 evtchn_port_t evtchn; member
|
| A D | io.c | 134 xenevtchn_notify(xe, ring->evtchn); in get_request_bytes() 1429 if ( !ring->error && xenevtchn_unmask(xe, ring->evtchn) < 0 ) in io_thread() 1519 xenevtchn_notify(xe, ring->evtchn); in io_thread()
|
| /tools/misc/ |
| A D | xen-hptool.c | 104 int *evtchn, int *lockfd) in suspend_guest() argument 110 if (!evtchn) in suspend_guest() 126 *evtchn = suspend_evtchn; in suspend_guest()
|
| /tools/ocaml/xenstored/ |
| A D | event.ml | 23 (* On clean start, both parameters will be None, and we must open the evtchn 45 Printf.fprintf chan "evtchn-dev,%d,%d\n"
|
| A D | xenstored.ml | 169 | "evtchn-dev" :: fd :: domexc_port :: [] -> 224 let evtchn = Event.init ~fd ~domexc_port () in 225 doms := Some(domains_init evtchn) 265 let to_channel store cons (rw, evtchn) chan = 275 (* dump evtchn device info *) 276 Event.dump evtchn chan;
|
| /tools/ocaml/libs/eventchn/ |
| A D | Makefile | 11 LIBS_xeneventchn = $(call xenlibs-ldflags-ldlibs,evtchn)
|
| A D | xeneventchn.mli | 54 (** Return an initialised event channel interface, from an already open evtchn
|
| /tools/console/daemon/ |
| A D | Makefile | 12 LDLIBS += $(call xenlibs-ldlibs,ctrl store evtchn gnttab foreignmemory)
|
| /tools/xenstored/ |
| A D | xenstore_state.h | 88 uint32_t evtchn; /* Event channel port. */ member
|
| A D | domain.c | 1904 sc.spec.ring.evtchn = c->domain->port; in dump_state_connections() 1953 sc->spec.ring.evtchn, true); in read_state_connection()
|
| /tools/ |
| A D | configure.ac | 101 xen-evtchn 107 evtchn
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 326 evtchn_port_t *evtchn) in xc_dom_vuart_init() argument 343 *evtchn = domctl.u.vuart_op.evtchn; in xc_dom_vuart_init()
|
| /tools/libs/guest/ |
| A D | xg_dom_x86.c | 784 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_32() 835 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_64()
|
| A D | xg_sr_restore_x86_pv.c | 213 SET_FIELD(guest_start_info, console.domU.evtchn, in process_start_info()
|
| /tools/include/ |
| A D | xenctrl.h | 809 evtchn_port_t *evtchn);
|
Completed in 44 milliseconds