Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/xen/
HDgnttab.h59 int gnttab_grant_foreign_access(domid_t domid, unsigned long frame,
/freebsd-14-stable/sys/xen/xenbus/
HDxenbus.c172 error = gnttab_grant_foreign_access( in xenbus_grant_ring()
/freebsd-14-stable/sys/dev/xen/grant_table/
HDgrant_table.c135 gnttab_grant_foreign_access(domid_t domid, unsigned long frame, int readonly, in gnttab_grant_foreign_access() function
/freebsd-14-stable/sys/dev/xen/gntdev/
HDgntdev.c378 error = gnttab_grant_foreign_access(arg->domid, in gntdev_alloc_gref()
/freebsd-14-stable/sys/dev/xen/blkfront/
HDblkfront.c1386 if (gnttab_grant_foreign_access( in xbd_connect()