Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c589 xc_vcpu_extstate_t *extstate) in xc_vcpu_get_extstate() argument
597 if ( !extstate ) in xc_vcpu_get_extstate()
603 domctl.u.vcpuextstate.xfeature_mask = extstate->xfeature_mask; in xc_vcpu_get_extstate()
604 domctl.u.vcpuextstate.size = extstate->size; in xc_vcpu_get_extstate()
606 get_state = (extstate->size != 0); in xc_vcpu_get_extstate()
610 buffer = xc_hypercall_buffer_alloc(xch, buffer, extstate->size); in xc_vcpu_get_extstate()
629 if ( !extstate->size && !extstate->xfeature_mask ) in xc_vcpu_get_extstate()
631 extstate->xfeature_mask = domctl.u.vcpuextstate.xfeature_mask; in xc_vcpu_get_extstate()
632 extstate->size = domctl.u.vcpuextstate.size; in xc_vcpu_get_extstate()
637 memcpy(extstate->buffer, buffer, extstate->size); in xc_vcpu_get_extstate()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h925 xc_vcpu_extstate_t *extstate);

Completed in 11 milliseconds