Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_primary_console.c144 .dom = DOMID_SELF, in alloc_guest_port()
H A Dxen_evtchn.c650 if (status->dom != DOMID_SELF && status->dom != xen_domid) { in xen_evtchn_status_op()
1141 if (reset->dom != DOMID_SELF && reset->dom != xen_domid) { in xen_evtchn_reset_op()
1376 interdomain->remote_dom != DOMID_SELF && in xen_evtchn_bind_interdomain_op()
1459 if (alloc->dom != DOMID_SELF && alloc->dom != xen_domid) { in xen_evtchn_alloc_unbound_op()
1464 alloc->remote_dom != DOMID_SELF && in xen_evtchn_alloc_unbound_op()
1864 if (map->domid != DOMID_SELF && map->domid != xen_domid) { in xen_physdev_map_pirq()
1914 if (unmap->domid != DOMID_SELF && unmap->domid != xen_domid) { in xen_physdev_unmap_pirq()
H A Dxen_gnttab.c217 if (get->dom != DOMID_SELF && get->dom != xen_domid) { in xen_gnttab_get_version_op()
233 if (size->dom != DOMID_SELF && size->dom != xen_domid) { in xen_gnttab_query_size_op()
H A Dxen_xenstore.c1428 .dom = DOMID_SELF, in alloc_guest_port()
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h565 #define DOMID_SELF xen_mk_uint(0x7FF0) macro