Searched refs:xc_domain_hvm_getcontext (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-hvmcrash.c | 90 ret = xc_domain_hvm_getcontext(xch, domid, 0, 0); in main() 103 ret = xc_domain_hvm_getcontext(xch, domid, buf, len); in main()
|
A D | xen-hvmctx.c | 422 len = xc_domain_hvm_getcontext(xch, domid, 0, 0); in main() 434 len = xc_domain_hvm_getcontext(xch, domid, buf, len); in main()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_save_x86_hvm.c | 19 hvm_buf_size = xc_domain_hvm_getcontext(xch, ctx->domid, 0, 0); in write_hvm_context() 35 hvm_buf_size = xc_domain_hvm_getcontext(xch, ctx->domid, in write_hvm_context()
|
A D | xc_dom_x86.c | 951 rc = xc_domain_hvm_getcontext(dom->xch, dom->guest_domid, NULL, 0); in vcpu_hvm() 970 rc = xc_domain_hvm_getcontext(dom->xch, dom->guest_domid, full_ctx, rc); in vcpu_hvm()
|
A D | xc_domain.c | 483 int xc_domain_hvm_getcontext(xc_interface *xch, in xc_domain_hvm_getcontext() function
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd-xen.c | 90 sz = xc_domain_hvm_getcontext(g->xc_handle, g->domid, 0, 0); in kdd_halt() 106 sz = xc_domain_hvm_getcontext(g->xc_handle, g->domid, buf, sz); in kdd_halt()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 825 int xc_domain_hvm_getcontext(xc_interface *xch,
|
Completed in 17 milliseconds