Searched refs:nr_ops (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_resource.c | 46 static int xc_resource_op_multi(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op_multi() argument 55 sizeof(*call_list) * nr_ops); in xc_resource_op_multi() 59 platform_ops = xc_hypercall_buffer_array_create(xch, nr_ops); in xc_resource_op_multi() 66 entries_list = xc_hypercall_buffer_array_create(xch, nr_ops); in xc_resource_op_multi() 73 for ( i = 0; i < nr_ops; i++ ) in xc_resource_op_multi() 109 rc = do_multicall_op(xch, HYPERCALL_BUFFER(call_list), nr_ops); in xc_resource_op_multi() 111 for ( i = 0; i < nr_ops; i++ ) in xc_resource_op_multi() 132 int xc_resource_op(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op() argument 134 if ( nr_ops == 1 ) in xc_resource_op() 136 else if ( nr_ops > 1 ) in xc_resource_op() [all …]
|
A D | xc_private.c | 235 unsigned int nr_ops, in xc_mmuext_op() argument 238 DECLARE_HYPERCALL_BOUNCE(op, nr_ops*sizeof(*op), XC_HYPERCALL_BUFFER_BOUNCE_BOTH); in xc_mmuext_op() 249 nr_ops, 0, dom); in xc_mmuext_op()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1542 int xc_mmuext_op(xc_interface *xch, struct mmuext_op *op, unsigned int nr_ops, 2480 int xc_resource_op(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops);
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | netif-staging-grants.pandoc | 250 for (op = gntcopy[0]; op < nr_ops; op++) {
|
Completed in 11 milliseconds