Searched refs:xc_vcpu_getcontext (Results 1 – 8 of 8) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_resume.c | 73 if ( (rc = xc_vcpu_getcontext(xch, domid, 0, &ctxt)) != 0 ) in modify_returncode() 184 if ( xc_vcpu_getcontext(xch, domid, 0, &ctxt) ) in xc_domain_resume_any()
|
| A D | xg_core.c | 530 if ( xc_vcpu_getcontext(xch, domid, i, &ctxt[nr_vcpus]) == 0 ) in xc_domain_dumpcore_via_callback()
|
| A D | xg_sr_save_x86_pv.c | 497 if ( xc_vcpu_getcontext(xch, ctx->domid, id, &vcpu) ) in write_one_vcpu_basic()
|
| /tools/libs/ctrl/ |
| A D | xc_pagetab.c | 54 if (xc_vcpu_getcontext(xch, dom, vcpu, &ctx) != 0) in xc_translate_foreign_address()
|
| A D | xc_domain.c | 489 int xc_vcpu_getcontext(xc_interface *xch, in xc_vcpu_getcontext() function
|
| /tools/xentrace/ |
| A D | xenctx.c | 985 if (xc_vcpu_getcontext(xenctx.xc_handle, xenctx.domid, vcpu, &ctx) < 0) { in dump_ctx()
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 551 ret = xc_vcpu_getcontext(xch, Int_val(domid), Int_val(cpu), &ctxt); in stub_xc_vcpu_context_get()
|
| /tools/include/ |
| A D | xenctrl.h | 786 int xc_vcpu_getcontext(xc_interface *xch,
|
Completed in 21 milliseconds