Searched refs:xc_shadow_control (Results 1 – 8 of 8) sorted by relevance
/xen/tools/libxc/ |
A D | xc_sr_save.c | 429 rc = xc_shadow_control(xch, ctx->domid, in enable_logdirty() 435 rc = xc_shadow_control(xch, ctx->domid, XEN_DOMCTL_SHADOW_OP_OFF, in enable_logdirty() 440 rc = xc_shadow_control(xch, ctx->domid, in enable_logdirty() 559 if ( xc_shadow_control( in send_memory_live() 656 if ( xc_shadow_control( in suspend_and_send_dirty() 719 if ( xc_shadow_control( in verify_frames() 836 xc_shadow_control(xch, ctx->domid, XEN_DOMCTL_SHADOW_OP_OFF, in cleanup()
|
A D | xc_sr_restore.c | 462 if ( xc_shadow_control( in send_checkpoint_dirty_pfn_list()
|
A D | xc_domain.c | 653 int xc_shadow_control(xc_interface *xch, in xc_shadow_control() function
|
/xen/tools/libxl/ |
A D | libxl_colo_restore.c | 63 if (xc_shadow_control(CTX->xch, domid, in colo_enable_logdirty() 92 if (xc_shadow_control(CTX->xch, domid, XEN_DOMCTL_SHADOW_OP_OFF, in colo_disable_logdirty()
|
A D | libxl_x86.c | 521 xc_shadow_control(ctx->xch, domid, XEN_DOMCTL_SHADOW_OP_SET_ALLOCATION, in libxl__arch_domain_create()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 994 ret = xc_shadow_control(_H(xch), _D(domid), in stub_shadow_allocation_get() 1014 ret = xc_shadow_control(_H(xch), _D(domid), in stub_shadow_allocation_set()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1195 if ( xc_shadow_control(xc->xc_handle, dom, op, NULL, 0, NULL, 0, NULL) in pyxc_shadow_control() 1226 if ( xc_shadow_control(xc->xc_handle, dom, op, NULL, 0, &mb, 0, NULL) < 0 ) in pyxc_shadow_mem_control()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 948 int xc_shadow_control(xc_interface *xch,
|
Completed in 26 milliseconds