Searched refs:xc_vcpu_setcontext (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_resume.c | 78 if ( (rc = xc_vcpu_setcontext(xch, domid, 0, &ctxt)) != 0 ) in modify_returncode() 220 if ( xc_vcpu_setcontext(xch, domid, i, NULL) != 0 ) in xc_domain_resume_any()
|
| A D | xg_dom_arm.c | 146 rc = xc_vcpu_setcontext(dom->xch, dom->guest_domid, 0, &any_ctx); in vcpu_arm32() 188 rc = xc_vcpu_setcontext(dom->xch, dom->guest_domid, 0, &any_ctx); in vcpu_arm64()
|
| A D | xg_dom_x86.c | 922 rc = xc_vcpu_setcontext(dom->xch, dom->guest_domid, 0, &any_ctx); in vcpu_x86_32() 968 rc = xc_vcpu_setcontext(dom->xch, dom->guest_domid, 0, &any_ctx); in vcpu_x86_64()
|
| A D | xg_sr_restore_x86_pv.c | 358 if ( xc_vcpu_setcontext(xch, ctx->domid, vcpuid, vcpu) ) in process_vcpu_basic()
|
| /tools/include/ |
| A D | xenctrl.h | 685 int xc_vcpu_setcontext(xc_interface *xch,
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 1358 int xc_vcpu_setcontext(xc_interface *xch, in xc_vcpu_setcontext() function
|
Completed in 23 milliseconds