Searched refs:DOMID_SELF (Results 1 – 5 of 5) sorted by relevance
144 .dom = DOMID_SELF, in alloc_guest_port()
650 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()
217 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()
1428 .dom = DOMID_SELF, in alloc_guest_port()
565 #define DOMID_SELF xen_mk_uint(0x7FF0) macro