Lines Matching full:grant
6 * 2. Accessing others' memory reservations via grant references.
7 * (i.e., mechanisms for both sender and recipient of grant references)
36 /* External tools reserve first few grant table entries. */
49 * for the grant table metainfo
130 * Public grant-issuing interface functions
276 * If a transfer is not even yet started, try to reclaim the grant in gnttab_end_foreign_transfer_ref()
298 KASSERT(frame != 0, ("grant table inconsistent")); in gnttab_end_foreign_transfer_ref()
576 ("Trying to attach grant-table device on non Xen domain")); in granttable_identify()
582 panic("unable to attach Xen Grant-table device"); in granttable_identify()
586 * \brief Probe for the existence of the Xen Grant-table device
596 device_set_desc(dev, "Xen Grant-table Device"); in granttable_probe()
601 * \brief Attach the Xen Grant-table device.
643 printf("Grant table initialized\n"); in granttable_attach()