Home
last modified time | relevance | path

Searched refs:HYPERVISOR_grant_table_op (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h229 extern long HYPERVISOR_grant_table_op(unsigned int, void *, unsigned int);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c128 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1); in max_nr_grant_frames()
524 if ((HYPERVISOR_grant_table_op(GNTTABOP_setup_table, pset, 1) != 0) || in gnttab_setup()
H A Dhypercall.c192 HYPERVISOR_grant_table_op(uint_t cmd, void *uop, uint_t count) in HYPERVISOR_grant_table_op() function
H A Dxvdi.c594 (void) HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, &unmapop, 1); in xvdi_map_ring()
617 (void) HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, &unmapop, 1); in xvdi_unmap_ring()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c779 if (HYPERVISOR_grant_table_op(GNTTABOP_transfer, xnbp->xnb_rx_top, in xnb_to_peer()
1128 if (HYPERVISOR_grant_table_op(GNTTABOP_copy, xnbp->xnb_rx_cpop, in xnb_copy_to_peer()
1511 if (HYPERVISOR_grant_table_op(GNTTABOP_copy, in xnb_from_peer()
1881 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in xnb_disconnect_rings()
1903 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in xnb_disconnect_rings()
H A Dxdb.c377 (void) HYPERVISOR_grant_table_op( in xdb_get_buf()
682 err = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in xdb_biodone()
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c292 rc = HYPERVISOR_grant_table_op(cmd, mapop, count); in xen_map_gref()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c688 e = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, &mapop, n); in segmf_release_grefs()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1302 rc = HYPERVISOR_grant_table_op(cmd, mapop, count); in xen_map_gref()