Home
last modified time | relevance | path

Searched refs:GNTTABOP_map_grant_ref (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/contrib/xen/
HDgrant_table.h304 #define GNTTABOP_map_grant_ref 0 macro
/freebsd-14-stable/sys/dev/xen/gntdev/
HDgntdev.c1150 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, in mmap_gmap()
1168 HYPERVISOR_grant_table_op( GNTTABOP_map_grant_ref, in mmap_gmap()
/freebsd-14-stable/sys/dev/xen/blkback/
HDblkback.c1641 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, in xbb_dispatch_io()
2724 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, gnts, in xbb_connect_ring()
/freebsd-14-stable/sys/dev/xen/netback/
HDnetback.c714 error = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, &gnt, 1); in xnb_connect_ring()