Searched refs:xc_gnttab_op (Results 1 – 3 of 3) sorted by relevance
/xen/tools/libxc/ |
A D | xc_gnttab.c | 21 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 D | xc_dom_boot.c | 241 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), 1); in xc_dom_gnttab_setup()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1613 int xc_gnttab_op(xc_interface *xch, int cmd,
|
Completed in 10 milliseconds