Searched refs:xc_vcpu_getinfo (Results 1 – 8 of 8) sorted by relevance
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 470 if (xc_vcpu_getinfo(node->handle->xc_handle, in xenstat_collect_vcpus()
|
/xen/tools/libxc/ |
A D | xc_sr_save_x86_pv.c | 760 rc = xc_vcpu_getinfo(xch, ctx->domid, i, &vinfo); in write_all_vcpu_information()
|
A D | xc_domain.c | 1316 int xc_vcpu_getinfo(xc_interface *xch, in xc_vcpu_getinfo() function
|
/xen/tools/xentrace/ |
A D | xenctx.c | 1048 if ( xc_vcpu_getinfo(xenctx.xc_handle, xenctx.domid, vcpu, &vinfo) ) in dump_all_vcpus()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 475 retval = xc_vcpu_getinfo(_H(xch), c_domid, in stub_xc_vcpu_getinfo()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 935 int xc_vcpu_getinfo(xc_interface *xch,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 427 rc = xc_vcpu_getinfo(self->xc_handle, dom, vcpu, &info); in pyxc_vcpu_getinfo()
|
/xen/tools/libxl/ |
A D | libxl_domain.c | 1688 if (xc_vcpu_getinfo(ctx->xch, domid, *nr_vcpus_out, &vcpuinfo) == -1) { in libxl_list_vcpu()
|
Completed in 28 milliseconds