Home
last modified time | relevance | path

Searched refs:ctxt_buf (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libxc/
A Dxc_domain.c463 uint8_t *ctxt_buf, in xc_domain_hvm_getcontext() argument
470 if ( xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext()
476 set_xen_guest_handle(domctl.u.hvmcontext.buffer, ctxt_buf); in xc_domain_hvm_getcontext()
480 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_getcontext()
491 void *ctxt_buf, in xc_domain_hvm_getcontext_partial() argument
498 if ( !ctxt_buf || xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext_partial()
510 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_getcontext_partial()
518 uint8_t *ctxt_buf, in xc_domain_hvm_setcontext() argument
525 if ( xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_setcontext()
531 set_xen_guest_handle(domctl.u.hvmcontext.buffer, ctxt_buf); in xc_domain_hvm_setcontext()
[all …]
/xen/tools/libxc/include/
A Dxenctrl.h834 uint8_t *ctxt_buf,
853 void *ctxt_buf,

Completed in 10 milliseconds