Home
last modified time | relevance | path

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

/tools/libs/ctrl/
A Dxc_domain.c412 uint8_t *ctxt_buf, in xc_domain_hvm_getcontext() argument
419 if ( xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext()
425 set_xen_guest_handle(domctl.u.hvmcontext.buffer, ctxt_buf); in xc_domain_hvm_getcontext()
429 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_getcontext()
440 void *ctxt_buf, in xc_domain_hvm_getcontext_partial() argument
447 if ( !ctxt_buf || xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext_partial()
459 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_getcontext_partial()
467 uint8_t *ctxt_buf, in xc_domain_hvm_setcontext() argument
474 if ( xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_setcontext()
480 set_xen_guest_handle(domctl.u.hvmcontext.buffer, ctxt_buf); in xc_domain_hvm_setcontext()
[all …]
/tools/include/
A Dxenctrl.h729 uint8_t *ctxt_buf,
748 void *ctxt_buf,

Completed in 13 milliseconds