Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c1604 uint32_t subop; in pyxc_tmem_control() local
1615 &pool_id, &subop, &cli_id, &len, &arg, &buf) ) in pyxc_tmem_control()
1618 if ( (subop == XEN_SYSCTL_TMEM_OP_LIST) && (len > 32768) ) in pyxc_tmem_control()
1621 if ( (rc = xc_tmem_control(self->xc_handle, pool_id, subop, cli_id, len, arg, buffer)) < 0 ) in pyxc_tmem_control()
1624 switch (subop) { in pyxc_tmem_control()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1944 int xc_tmem_control_oid(xc_interface *xch, int32_t pool_id, uint32_t subop,
1948 int32_t pool_id, uint32_t subop, uint32_t cli_id,
/xen-4.10.0-shim-comet/xen/common/
A Dtmem.c1658 uint32_t subop, tmem_cli_va_param_t buf, uint32_t arg) in tmemc_save_subop() argument
1665 switch(subop) in tmemc_save_subop()
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Daccess_vectors392 # control of the paging_domctl split by subop

Completed in 19 milliseconds