Lines Matching refs:ctxt_buf
412 uint8_t *ctxt_buf, in xc_domain_hvm_getcontext() argument
417 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_domain_hvm_getcontext()
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
445 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_domain_hvm_getcontext_partial()
447 if ( !ctxt_buf || xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext_partial()
455 set_xen_guest_handle(domctl.u.hvmcontext_partial.buffer, 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
472 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_hvm_setcontext()
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()
484 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_setcontext()