Searched refs:GNTTABOP_map_grant_ref (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | grant_table.h | 184 #define GNTTABOP_map_grant_ref 0 macro
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 291 ASSERT(cmd == GNTTABOP_map_grant_ref); in xen_map_gref()
|
/illumos-gate/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 747 e = xen_map_gref(GNTTABOP_map_grant_ref, mapop, cnt, B_TRUE); in segmf_fault_gref_range()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 1781 if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 || in xnb_connect_rings() 1803 if (xen_map_gref(GNTTABOP_map_grant_ref, &map_op, 1, B_FALSE) != 0 || in xnb_connect_rings()
|
H A D | xdb.c | 317 err = xen_map_gref(GNTTABOP_map_grant_ref, mapops, i, B_FALSE); in xdb_get_buf()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1292 ASSERT(cmd == GNTTABOP_map_grant_ref); in xen_map_gref()
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 549 err = xen_map_gref(GNTTABOP_map_grant_ref, &mapop, 1, B_FALSE); in xvdi_map_ring()
|