Searched refs:ctxt_buf (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 485 uint8_t *ctxt_buf, in xc_domain_hvm_getcontext() argument 492 if ( xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext() 498 set_xen_guest_handle(domctl.u.hvmcontext.buffer, ctxt_buf); in xc_domain_hvm_getcontext() 502 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_getcontext() 513 void *ctxt_buf, in xc_domain_hvm_getcontext_partial() argument 520 if ( !ctxt_buf || xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext_partial() 532 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_getcontext_partial() 540 uint8_t *ctxt_buf, in xc_domain_hvm_setcontext() argument 547 if ( xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_setcontext() 553 set_xen_guest_handle(domctl.u.hvmcontext.buffer, ctxt_buf); in xc_domain_hvm_setcontext() [all …]
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 827 uint8_t *ctxt_buf, 846 void *ctxt_buf,
|
Completed in 11 milliseconds