Searched refs:GNTTABOP_map_grant_ref (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h168 * GNTTABOP_map_grant_ref: Map the grant entry (<dom>,<ref>) for access
184 #define GNTTABOP_map_grant_ref 0 macro
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c291 ASSERT(cmd == GNTTABOP_map_grant_ref);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c1760 * 2. call GNTTABOP_map_grant_ref to map the relevant pages
1779 if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 ||
1801 if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 ||
H A Dxdb.c317 err = xen_map_gref(GNTTABOP_map_grant_ref, mapops, i, B_FALSE);
349 * The GNTTABOP_map_grant_ref op makes us do some ugly
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1312 ASSERT(cmd == GNTTABOP_map_grant_ref);
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c745 e = xen_map_gref(GNTTABOP_map_grant_ref, mapop, cnt, B_TRUE);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c539 err = xen_map_gref(GNTTABOP_map_grant_ref, &mapop, 1, B_FALSE);

Completed in 76 milliseconds