Searched refs:gnttab_grant_access (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/xen/
H A Dgnttab.h16 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame,
/u-boot/drivers/xen/
H A Dgnttab.c69 * gnttab_grant_access() - Allow access to the given frame.
78 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly) function
123 gref = gnttab_grant_access(0, mfn, 0);
H A Dpvblock.c156 dev->ring_ref = gnttab_grant_access(dev->dom, virt_to_pfn(s), 0);
514 req->seg[j].gref = gnttab_grant_access(dev->dom,

Completed in 270 milliseconds