Searched refs:xen_map_gref (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 141 extern int xen_map_gref(uint_t cmd, gnttab_map_grant_ref_t *mapop,
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 286 xen_map_gref(uint_t cmd, gnttab_map_grant_ref_t *mapop, uint_t count, in xen_map_gref() function
|
/titanic_41/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 745 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 D | xen_machdep.c | 1306 xen_map_gref(uint_t cmd, gnttab_map_grant_ref_t *mapop, uint_t count, in xen_map_gref() function
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 1779 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 D | xdb.c | 317 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 D | xvdi.c | 539 err = xen_map_gref(GNTTABOP_map_grant_ref, &mapop, 1, B_FALSE); in xvdi_map_ring()
|