Searched refs:xc_domain_hvm_getcontext (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_sr_save_x86_hvm.c | 18 hvm_buf_size = xc_domain_hvm_getcontext(xch, ctx->domid, 0, 0); in write_hvm_context() 34 hvm_buf_size = xc_domain_hvm_getcontext(xch, ctx->domid, in write_hvm_context()
|
| A D | xg_dom_x86.c | 1014 rc = xc_domain_hvm_getcontext(dom->xch, dom->guest_domid, NULL, 0); in vcpu_hvm() 1033 rc = xc_domain_hvm_getcontext(dom->xch, dom->guest_domid, full_ctx, rc); in vcpu_hvm()
|
| /tools/misc/ |
| A D | xen-hvmctx.c | 413 len = xc_domain_hvm_getcontext(xch, domid, 0, 0); in main() 425 len = xc_domain_hvm_getcontext(xch, domid, buf, len); in main()
|
| /tools/debugger/kdd/ |
| A D | kdd-xen.c | 87 sz = xc_domain_hvm_getcontext(g->xc_handle, g->domid, 0, 0); in kdd_halt() 103 sz = xc_domain_hvm_getcontext(g->xc_handle, g->domid, buf, sz); in kdd_halt()
|
| /tools/include/ |
| A D | xenctrl.h | 727 int xc_domain_hvm_getcontext(xc_interface *xch,
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 410 int xc_domain_hvm_getcontext(xc_interface *xch, in xc_domain_hvm_getcontext() function
|
Completed in 22 milliseconds