Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 13 of 13) sorted by relevance

/xen/tools/ocaml/xenstored/
A Ddomain.ml27 eventchn: Event.t;
70 Event.notify dom.eventchn port
75 | Some port -> Event.unbind dom.eventchn port
77 dom.port <- Some (Event.bind_interdomain dom.eventchn dom.id dom.remote_port);
85 | Some port -> Event.unbind dom.eventchn port
A Dxenstored.ml269 let eventchn = Event.init () in
298 Event.bind_dom_exc_virq eventchn
311 Event.bind_dom_exc_virq eventchn
330 (if cf.domain_init then [ Event.fd eventchn ] else [])
339 let port = Event.pending eventchn in
342 if Some port = eventchn.Event.virq_port then (
355 ) (fun () -> Event.unmask eventchn port)
362 do_if_set (Event.fd eventchn) rset (handle_eventchn)
A Ddomains.ml24 eventchn: Event.t;
/xen/xen/include/efi/
A Defiapi.h128 IN EFI_EVENT Event,
139 OUT EFI_EVENT *Event
152 IN EFI_EVENT Event,
160 IN EFI_EVENT Event
167 IN EFI_EVENT *Event,
174 IN EFI_EVENT Event
180 IN EFI_EVENT Event
567 OUT EFI_EVENT *Event
662 IN EFI_EVENT Event,
/xen/docs/man/
A Dxentrace.8.pod84 =head2 Event Classes (Masks)
99 =head2 Event Subclasses (More Masks)
A Dxl.cfg.5.pod.in343 =head3 Event Actions
1909 B<(x86 only)> Enables or disables HPET (High Precision Event Timer). This
/xen/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli17 (** Event channel bindings: see tools/libxc/include/xenctrl.h *)
/xen/tools/ocaml/libs/xl/
A Dxenlight.mli.in89 event_occurs_callback:('a -> Event.t -> unit) ->
/xen/tools/firmware/rombios/
A Dapmbios.S307 ; Get PM Event
/xen/docs/designs/
A Dnon-cooperative-migration.md146 Event channel state will need to be fully transferred if we are not going
175 ### Event channels
177 Event channels are essentially the para-virtual equivalent of interrupts.
/xen/docs/misc/
A Dpvh.pandoc90 [Event Channel Internals][event_channels] for more detailed information about
/xen/tools/golang/xenlight/
A Dtypes.gen.go1107 type Event struct { struct
A Dhelpers.gen.go3911 func NewEvent(etype EventType) (*Event, error) {
3913 x Event
3925 func (x *Event) fromC(xc *C.libxl_event) error {
3996 func (x *Event) toC(xc *C.libxl_event) (err error){defer func(){

Completed in 24 milliseconds