Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Devent_channel.h29 domid_t dom, remote_dom; member
46 domid_t remote_dom; member
/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.c1360 if (interdomain->remote_dom != DOMID_QEMU && in xen_evtchn_bind_interdomain_op()
1361 interdomain->remote_dom != DOMID_SELF && in xen_evtchn_bind_interdomain_op()
1362 interdomain->remote_dom != xen_domid) { in xen_evtchn_bind_interdomain_op()
1379 if (interdomain->remote_dom == DOMID_QEMU) { in xen_evtchn_bind_interdomain_op()
1448 if (alloc->remote_dom != DOMID_QEMU && in xen_evtchn_alloc_unbound_op()
1449 alloc->remote_dom != DOMID_SELF && in xen_evtchn_alloc_unbound_op()
1450 alloc->remote_dom != xen_domid) { in xen_evtchn_alloc_unbound_op()
1458 if (!ret && alloc->remote_dom == DOMID_QEMU) { in xen_evtchn_alloc_unbound_op()
H A Dxen_xenstore.c1427 .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
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c54 arg.remote_dom = domid; in xenbus_alloc()
H A Dxenbus_client.c468 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
H A Dxenbus_probe.c892 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
/openbmc/linux/drivers/xen/
H A Devtchn.c484 bind_interdomain.remote_dom = bind.remote_domain; in evtchn_ioctl()
510 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
/openbmc/linux/drivers/xen/events/
H A Devents_base.c1311 bind_interdomain.remote_dom = dev->otherend_id; in bind_interdomain_evtchn_to_irq_chip()