Searched refs:xc_vcpu_getinfo (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 501 if (xc_vcpu_getinfo(node->handle->xc_handle, in xenstat_collect_vcpus()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_save_x86_pv.c | 772 rc = xc_vcpu_getinfo(xch, ctx->domid, i, &vinfo); in write_all_vcpu_information()
|
A D | xc_domain.c | 1342 int xc_vcpu_getinfo(xc_interface *xch, in xc_vcpu_getinfo() function
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 1046 if ( xc_vcpu_getinfo(xenctx.xc_handle, xenctx.domid, vcpu, &vinfo) ) in dump_all_vcpus()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 416 retval = xc_vcpu_getinfo(_H(xch), c_domid, in stub_xc_vcpu_getinfo()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 928 int xc_vcpu_getinfo(xc_interface *xch,
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_domain.c | 1230 if (xc_vcpu_getinfo(ctx->xch, domid, *nr_vcpus_out, &vcpuinfo) == -1) { in libxl_list_vcpu()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 408 rc = xc_vcpu_getinfo(self->xc_handle, dom, vcpu, &info); in pyxc_vcpu_getinfo()
|
Completed in 32 milliseconds