Home
last modified time | relevance | path

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

/tools/libs/ctrl/
A Dxc_domain.c516 xc_vcpu_extstate_t *extstate) in xc_vcpu_get_extstate() argument
524 if ( !extstate ) in xc_vcpu_get_extstate()
530 domctl.u.vcpuextstate.xfeature_mask = extstate->xfeature_mask; in xc_vcpu_get_extstate()
531 domctl.u.vcpuextstate.size = extstate->size; in xc_vcpu_get_extstate()
533 get_state = (extstate->size != 0); in xc_vcpu_get_extstate()
537 buffer = xc_hypercall_buffer_alloc(xch, buffer, extstate->size); in xc_vcpu_get_extstate()
556 if ( !extstate->size && !extstate->xfeature_mask ) in xc_vcpu_get_extstate()
558 extstate->xfeature_mask = domctl.u.vcpuextstate.xfeature_mask; in xc_vcpu_get_extstate()
559 extstate->size = domctl.u.vcpuextstate.size; in xc_vcpu_get_extstate()
564 memcpy(extstate->buffer, buffer, extstate->size); in xc_vcpu_get_extstate()
/tools/include/
A Dxenctrl.h827 xc_vcpu_extstate_t *extstate);

Completed in 12 milliseconds