Searched refs:remote_domid (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | event_channel.c | 252 if ( (chn->u.unbound.remote_domid = alloc->remote_dom) == DOMID_SELF ) in evtchn_alloc_unbound() 253 chn->u.unbound.remote_domid = current->domain->domain_id; in evtchn_alloc_unbound() 325 (rchn->u.unbound.remote_domid != ld->domain_id) ) in evtchn_bind_interdomain() 652 chn2->u.unbound.remote_domid = d1->domain_id; in evtchn_close() 903 status->u.unbound.dom = chn->u.unbound.remote_domid; in evtchn_status() 1209 struct domain *ld, unsigned int lvcpu, domid_t remote_domid, in alloc_unbound_xen_event_channel() argument 1223 rc = xsm_evtchn_unbound(XSM_TARGET, ld, chn, remote_domid); in alloc_unbound_xen_event_channel() 1232 chn->u.unbound.remote_domid = remote_domid; in alloc_unbound_xen_event_channel() 1419 printk(" d=%d", chn->u.unbound.remote_domid); in domain_dump_evtchn_info()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | event.h | 76 struct domain *ld, unsigned int lvcpu, domid_t remote_domid,
|
A D | sched.h | 99 domid_t remote_domid; member
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 537 value remote_domid) in stub_xc_evtchn_alloc_unbound() argument 539 CAMLparam3(xch, local_domid, remote_domid); in stub_xc_evtchn_alloc_unbound() 543 uint32_t c_remote_domid = _D(remote_domid); in stub_xc_evtchn_alloc_unbound()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | ioreq.c | 1092 static int hvm_replace_event_channel(struct vcpu *v, domid_t remote_domid, in hvm_replace_event_channel() argument 1098 remote_domid, NULL); in hvm_replace_event_channel()
|
Completed in 16 milliseconds