Home
last modified time | relevance | path

Searched refs:remote_dom (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/i386/kvm/
H A Dxen_primary_console.c145 .remote_dom = DOMID_QEMU, in alloc_guest_port()
156 .remote_dom = DOMID_QEMU, in rebind_guest_port()
H A Dxen_evtchn.c1375 if (interdomain->remote_dom != DOMID_QEMU && in xen_evtchn_bind_interdomain_op()
1376 interdomain->remote_dom != DOMID_SELF && in xen_evtchn_bind_interdomain_op()
1377 interdomain->remote_dom != xen_domid) { in xen_evtchn_bind_interdomain_op()
1394 if (interdomain->remote_dom == DOMID_QEMU) { in xen_evtchn_bind_interdomain_op()
1463 if (alloc->remote_dom != DOMID_QEMU && in xen_evtchn_alloc_unbound_op()
1464 alloc->remote_dom != DOMID_SELF && in xen_evtchn_alloc_unbound_op()
1465 alloc->remote_dom != xen_domid) { in xen_evtchn_alloc_unbound_op()
1473 if (!ret && alloc->remote_dom == DOMID_QEMU) { in xen_evtchn_alloc_unbound_op()
H A Dxen_xenstore.c1429 .remote_dom = DOMID_QEMU, in alloc_guest_port()
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h78 domid_t dom, remote_dom; member
106 domid_t remote_dom; member