Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/public/
H A Dgrant_table.h184 #define GNTTABOP_map_grant_ref 0 macro
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c291 ASSERT(cmd == GNTTABOP_map_grant_ref); in xen_map_gref()
/titanic_41/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c745 e = xen_map_gref(GNTTABOP_map_grant_ref, mapop, cnt, B_TRUE); in segmf_fault_gref_range()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1312 ASSERT(cmd == GNTTABOP_map_grant_ref); in xen_map_gref()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnb.c1779 if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 || in xnb_connect_rings()
1801 if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 || in xnb_connect_rings()
H A Dxdb.c317 err = xen_map_gref(GNTTABOP_map_grant_ref, mapops, i, B_FALSE); in xdb_get_buf()
/titanic_41/usr/src/uts/common/xen/os/
H A Dxvdi.c539 err = xen_map_gref(GNTTABOP_map_grant_ref, &mapop, 1, B_FALSE); in xvdi_map_ring()