Searched refs:remote_dom (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_evtchn.c | 49 uint32_t remote_dom) in xc_evtchn_alloc_unbound() argument 54 .remote_dom = remote_dom, in xc_evtchn_alloc_unbound()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | event_channel.h | 92 domid_t dom, remote_dom; member 120 domid_t remote_dom; member
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | event_channel.c | 245 rc = xsm_evtchn_unbound(XSM_TARGET, d, chn, alloc->remote_dom); in evtchn_alloc_unbound() 295 domid_t rdom = bind->remote_dom; in evtchn_bind_interdomain() 334 lchn->u.interdomain.remote_dom = rd; in evtchn_bind_interdomain() 339 rchn->u.interdomain.remote_dom = ld; in evtchn_bind_interdomain() 610 d2 = chn1->u.interdomain.remote_dom; in evtchn_close() 627 else if ( d2 != chn1->u.interdomain.remote_dom ) in evtchn_close() 645 BUG_ON(chn2->u.interdomain.remote_dom != d1); in evtchn_close() 706 rd = lchn->u.interdomain.remote_dom; in evtchn_send() 908 chn->u.interdomain.remote_dom->domain_id; in evtchn_status() 1263 rd = lchn->u.interdomain.remote_dom; in notify_via_xen_event_channel() [all …]
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | evtchn.c | 132 alloc_unbound.remote_dom = remote_domain; in bind_listening_port_to_irqhandler()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched.h | 103 struct domain *remote_dom; member
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ |
A D | flask_op.c | 566 peer = chn->u.interdomain.remote_dom; in flask_get_peer_sid()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 815 uint32_t dom, remote_dom; in pyxc_evtchn_alloc_unbound() local 821 &dom, &remote_dom) ) in pyxc_evtchn_alloc_unbound() 824 if ( (port = xc_evtchn_alloc_unbound(self->xc_handle, dom, remote_dom)) < 0 ) in pyxc_evtchn_alloc_unbound()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | shim.c | 425 .remote_dom = DOMID_SELF, in pv_shim_event_channel_op()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1224 uint32_t remote_dom);
|
Completed in 23 milliseconds