Home
last modified time | relevance | path

Searched refs:xc_gnttab_op (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libxc/
A Dxc_gnttab.c21 int xc_gnttab_op(xc_interface *xch, int cmd, void * op, int op_size, int count) in xc_gnttab_op() function
45 rc = xc_gnttab_op(xch, GNTTABOP_query_size, query, sizeof(*query), 1); in xc_gnttab_query_size()
59 rc = xc_gnttab_op(xch, GNTTABOP_get_version, &query, sizeof(query), in xc_gnttab_get_version()
80 rc = xc_gnttab_op(xch, GNTTABOP_query_size, &query, sizeof(query), 1); in _gnttab_map_table()
109 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), in _gnttab_map_table()
A Dxc_dom_boot.c241 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), 1); in xc_dom_gnttab_setup()
/xen/tools/libxc/include/
A Dxenctrl.h1613 int xc_gnttab_op(xc_interface *xch, int cmd,

Completed in 8 milliseconds