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

/freebsd-11-stable/sys/amd64/include/xen/
H A Dhypercall.h336 HYPERVISOR_grant_table_op( function
/freebsd-11-stable/sys/i386/include/xen/
H A Dhypercall.h319 HYPERVISOR_grant_table_op( function
/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c465 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1);
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c675 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, gnts,
717 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-11-stable/sys/dev/xen/blkback/
H A Dblkback.c1105 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref,
1736 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref,
2827 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, ops,
2905 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, gnts,
2933 error = HYPERVISOR_grant_table_op(

Completed in 316 milliseconds