Searched refs:xc_vcpu_getcontext (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_resume.c | 73 if ( (rc = xc_vcpu_getcontext(xch, domid, 0, &ctxt)) != 0 ) in modify_returncode() 217 if ( xc_vcpu_getcontext(xch, domid, 0, &ctxt) ) in xc_domain_resume_any()
|
A D | xc_pagetab.c | 55 if (xc_vcpu_getcontext(xch, dom, vcpu, &ctx) != 0) in xc_translate_foreign_address()
|
A D | xc_core.c | 505 if ( xc_vcpu_getcontext(xch, domid, i, &ctxt[nr_vcpus]) == 0 ) in xc_domain_dumpcore_via_callback()
|
A D | xc_sr_save_x86_pv.c | 500 if ( xc_vcpu_getcontext(xch, ctx->domid, id, &vcpu) ) in write_one_vcpu_basic()
|
A D | xc_domain.c | 562 int xc_vcpu_getcontext(xc_interface *xch, in xc_vcpu_getcontext() function
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 983 if (xc_vcpu_getcontext(xenctx.xc_handle, xenctx.domid, vcpu, &ctx) < 0) { in dump_ctx()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 440 ret = xc_vcpu_getcontext(_H(xch), _D(domid), Int_val(cpu), &ctxt); in stub_xc_vcpu_context_get()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 884 int xc_vcpu_getcontext(xc_interface *xch,
|
Completed in 19 milliseconds