Home
last modified time | relevance | path

Searched refs:remote_domid (Results 1 – 5 of 5) sorted by relevance

/xen/xen/common/
A Devent_channel.c304 if ( (chn->u.unbound.remote_domid = alloc->remote_dom) == DOMID_SELF ) in evtchn_alloc_unbound()
305 chn->u.unbound.remote_domid = current->domain->domain_id; in evtchn_alloc_unbound()
378 (rchn->u.unbound.remote_domid != ld->domain_id) ) in evtchn_bind_interdomain()
711 chn2->u.unbound.remote_domid = d1->domain_id; in evtchn_close()
975 status->u.unbound.dom = chn->u.unbound.remote_domid; in evtchn_status()
1324 struct domain *ld, unsigned int lvcpu, domid_t remote_domid, in alloc_unbound_xen_event_channel() argument
1337 rc = xsm_evtchn_unbound(XSM_TARGET, ld, chn, remote_domid); in alloc_unbound_xen_event_channel()
1346 chn->u.unbound.remote_domid = remote_domid; in alloc_unbound_xen_event_channel()
1568 printk(" d=%d", chn->u.unbound.remote_domid); in domain_dump_evtchn_info()
/xen/xen/include/xen/
A Devent.h84 struct domain *ld, unsigned int lvcpu, domid_t remote_domid,
A Dsched.h103 domid_t remote_domid; member
/xen/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c598 value remote_domid) in stub_xc_evtchn_alloc_unbound() argument
600 CAMLparam3(xch, local_domid, remote_domid); in stub_xc_evtchn_alloc_unbound()
604 uint32_t c_remote_domid = _D(remote_domid); in stub_xc_evtchn_alloc_unbound()
/xen/tools/ocaml/xenstored/
A Dperms.ml61 (** [remote_domid ~domid perm] removes all ACLs for [domid] from perm.

Completed in 13 milliseconds