Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_domain.c567 xc_vcpu_extstate_t *extstate) in xc_vcpu_get_extstate() argument
575 if ( !extstate ) in xc_vcpu_get_extstate()
581 domctl.u.vcpuextstate.xfeature_mask = extstate->xfeature_mask; in xc_vcpu_get_extstate()
582 domctl.u.vcpuextstate.size = extstate->size; in xc_vcpu_get_extstate()
584 get_state = (extstate->size != 0); in xc_vcpu_get_extstate()
588 buffer = xc_hypercall_buffer_alloc(xch, buffer, extstate->size); in xc_vcpu_get_extstate()
607 if ( !extstate->size && !extstate->xfeature_mask ) in xc_vcpu_get_extstate()
609 extstate->xfeature_mask = domctl.u.vcpuextstate.xfeature_mask; in xc_vcpu_get_extstate()
610 extstate->size = domctl.u.vcpuextstate.size; in xc_vcpu_get_extstate()
615 memcpy(extstate->buffer, buffer, extstate->size); in xc_vcpu_get_extstate()
/xen/tools/libxc/include/
A Dxenctrl.h932 xc_vcpu_extstate_t *extstate);

Completed in 11 milliseconds