Searched refs:HYPERVISOR_grant_table_op (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/i386/include/xen/
H A Dhypercall.h319 HYPERVISOR_grant_table_op( function
/freebsd-12-stable/sys/amd64/include/xen/
H A Dhypercall.h336 HYPERVISOR_grant_table_op( function
/freebsd-12-stable/sys/dev/xen/gntdev/
H A Dgntdev.c616 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref,
1162 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref,
1180 HYPERVISOR_grant_table_op( GNTTABOP_map_grant_ref,
/freebsd-12-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c466 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1);
/freebsd-12-stable/sys/dev/xen/netback/
H A Dnetback.c676 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, gnts,
720 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, &gnt, 1);
1861 int __unused hv_ret = HYPERVISOR_grant_table_op(GNTTABOP_copy,
1864 ("HYPERVISOR_grant_table_op returned %d\n", hv_ret));
2411 int __unused hv_ret = HYPERVISOR_grant_table_op(GNTTABOP_copy,
2413 KASSERT(hv_ret == 0, ("HYPERVISOR_grant_table_op returned %d\n",
/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c1107 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref,
1738 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref,
2828 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, ops,
2906 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, gnts,
2934 error = HYPERVISOR_grant_table_op(

Completed in 123 milliseconds