Lines Matching refs:ctxt_buf
463 uint8_t *ctxt_buf, in xc_domain_hvm_getcontext() argument
468 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_domain_hvm_getcontext()
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
496 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_domain_hvm_getcontext_partial()
498 if ( !ctxt_buf || xc_hypercall_bounce_pre(xch, ctxt_buf) ) in xc_domain_hvm_getcontext_partial()
506 set_xen_guest_handle(domctl.u.hvmcontext_partial.buffer, 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
523 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_hvm_setcontext()
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()
535 xc_hypercall_bounce_post(xch, ctxt_buf); in xc_domain_hvm_setcontext()