Searched refs:DOMID_FIRST_RESERVED (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1106 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1137 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1148 XNB_ASSERT(xnb_unit_pvt.gnttab[0].dest.domid == DOMID_FIRST_RESERVED);
1185 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1226 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1297 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1341 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1380 &xnb_unit_pvt.txb, DOMID_FIRST_RESERVED);
1646 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1675 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
[all...]
/freebsd-current/sys/contrib/xen/
H A Dxen.h578 /* Domain ids >= DOMID_FIRST_RESERVED cannot be used for ordinary domains. */
579 #define DOMID_FIRST_RESERVED xen_mk_uint(0x7FF0) macro

Completed in 74 milliseconds