Searched refs:HYPERVISOR_grant_table_op (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 229 extern long HYPERVISOR_grant_table_op(unsigned int, void *, unsigned int);
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 130 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1); in max_nr_grant_frames() 526 if ((HYPERVISOR_grant_table_op(GNTTABOP_setup_table, pset, 1) != 0) || in gnttab_setup()
|
H A D | hypercall.c | 221 HYPERVISOR_grant_table_op(uint_t cmd, void *uop, uint_t count) in HYPERVISOR_grant_table_op() function
|
H A D | xvdi.c | 584 (void) HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, &unmapop, 1); in xvdi_map_ring() 607 (void) HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, &unmapop, 1); in xvdi_unmap_ring()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 777 if (HYPERVISOR_grant_table_op(GNTTABOP_transfer, xnbp->xnb_rx_top, in xnb_to_peer() 1126 if (HYPERVISOR_grant_table_op(GNTTABOP_copy, xnbp->xnb_rx_cpop, in xnb_copy_to_peer() 1509 if (HYPERVISOR_grant_table_op(GNTTABOP_copy, in xnb_from_peer() 1879 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in xnb_disconnect_rings() 1901 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in xnb_disconnect_rings()
|
H A D | xdb.c | 377 (void) HYPERVISOR_grant_table_op( in xdb_get_buf() 682 err = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in xdb_biodone()
|
/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 292 rc = HYPERVISOR_grant_table_op(cmd, mapop, count); in xen_map_gref()
|
/titanic_50/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 686 e = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, &mapop, n); in segmf_release_grefs()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1322 rc = HYPERVISOR_grant_table_op(cmd, mapop, count); in xen_map_gref()
|